Html Css Color HEX #CB2667 Cerise

📋 copy color: '#CB2667'

red 203 ◦ green 38 ◦ blue 103

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

Shades of Cerise #CB2667

Tints of Cerise #CB2667

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.05%

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

R = 59.01%
G = 11.05%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB2667 (or 0xCB2667) is known color: Cerise. HEX triplet: CB, 26 and 67. RGB value is (203,38,103). Sum of RGB (Red+Green+Blue) = 203+38+103=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2667 is #34D998. Grayscale: #5E5E5E. Windows color (decimal): -3463577 or 6760139. OLE color: 6760139.

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

Color convert

RGB 203 38 103 -
CMYK 0 0.81 0.49 0.20
HSL 336.36º 0.68% 0.47% -
HSV(B) 336.36º 0.81% 0.8% -
XYZ 27.77 15.06 14.28 -
YUV 94.75 132.66 205.21 -
System Red Green Blue C M Y K H S L
Decimal 203 38 103 0 0.81 0.49 0.20 336.36 0.68 0.47
Hex CB 26 67 0 51 31 14 150 44 2F
Octal 313 46 147 0 121 61 24 520 104 57
Binary 11001011 100110 1100111 0 1010001 110001 10100 101010000 1000100 101111

Color Harmonies of #CB2667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2667

Black with #CB2667

Text Example


Text Example

White with #CB2667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2667; }

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

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

background-color css

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

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

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

border-color css

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

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

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