Html Css Color HEX #CB376D Cerise

📋 copy color: '#CB376D'

red 203 ◦ green 55 ◦ blue 109

#CB376D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #CB376D

Tints of Cerise #CB376D

RGB

 RED value IS 203 (79.69% from 255) = 55.31%

 GREEN value IS 55 (21.88% from 255) = 14.99%

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 55.31%
G = 14.99%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.46

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB376D (or 0xCB376D) is known color: Cerise. HEX triplet: CB, 37 and 6D. RGB value is (203,55,109). Sum of RGB (Red+Green+Blue) = 203+55+109=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB376D is #34C892. Grayscale: #696969. Windows color (decimal): -3459219 or 7157707. OLE color: 7157707.

HSL color Cylindrical-coordinate representation of color #CB376D: hue angle of 338.11º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB376D is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 55 109 -
CMYK 0 0.73 0.46 0.20
HSL 338.11º 0.59% 0.51% -
HSV(B) 338.11º 0.73% 0.8% -
XYZ 28.76 16.53 16.14 -
YUV 105.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 203 55 109 0 0.73 0.46 0.20 338.11 0.59 0.51
Hex CB 37 6D 0 49 2E 14 152 3B 33
Octal 313 67 155 0 111 56 24 522 73 63
Binary 11001011 110111 1101101 0 1001001 101110 10100 101010010 111011 110011

Color Harmonies of #CB376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB376D

Black with #CB376D

Text Example


Text Example

White with #CB376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB376D; }

 p { color: rgb(203,55,109); }

 H1.HeaderClassName
 {
   color: #CB376D;
 }
 .AnyTagClassName
 {
   color: #CB376D;
 }
</style>

background-color css

<style>
 a { background-color: #CB376D; }

 a { background-color: rgb(203,55,109); }

 div.DivClassName
 {
   background-color: #CB376D;
 }
 .BgClassName
 {
   background-color: #CB376D;
 }
</style>

border-color css

<style>
 span { border-color: #CB376D; }

 span { border-color: rgb(203,55,109); }

 td.TdClassName
 {
   border-color: #CB376D;
 }
 .TagClassName
 {
   border-color: #CB376D;
 }
</style>