Html Css Color HEX #CB2367 Cerise

📋 copy color: '#CB2367'

red 203 ◦ green 35 ◦ blue 103

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

Shades of Cerise #CB2367

Tints of Cerise #CB2367

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.26%

 BLUE value IS 103 (40.63% from 255) = 30.21%

R = 59.53%
G = 10.26%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB2367 (or 0xCB2367) is known color: Cerise. HEX triplet: CB, 23 and 67. RGB value is (203,35,103). Sum of RGB (Red+Green+Blue) = 203+35+103=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2367 is #34DC98. Grayscale: #5C5C5C. Windows color (decimal): -3464345 or 6759371. OLE color: 6759371.

HSL color Cylindrical-coordinate representation of color #CB2367: hue angle of 335.71º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2367 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 35 103 -
CMYK 0 0.83 0.49 0.20
HSL 335.71º 0.71% 0.47% -
HSV(B) 335.71º 0.83% 0.8% -
XYZ 27.68 14.88 14.24 -
YUV 92.98 133.66 206.47 -
System Red Green Blue C M Y K H S L
Decimal 203 35 103 0 0.83 0.49 0.20 335.71 0.71 0.47
Hex CB 23 67 0 53 31 14 150 47 2F
Octal 313 43 147 0 123 61 24 520 107 57
Binary 11001011 100011 1100111 0 1010011 110001 10100 101010000 1000111 101111

Color Harmonies of #CB2367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2367

Black with #CB2367

Text Example


Text Example

White with #CB2367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2367; }

 p { color: rgb(203,35,103); }

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

background-color css

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

 a { background-color: rgb(203,35,103); }

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

border-color css

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

 span { border-color: rgb(203,35,103); }

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