Html Css Color HEX #CB2567 Cerise

📋 copy color: '#CB2567'

red 203 ◦ green 37 ◦ blue 103

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

Shades of Cerise #CB2567

Tints of Cerise #CB2567

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.79%

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

R = 59.18%
G = 10.79%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB2567 (or 0xCB2567) is known color: Cerise. HEX triplet: CB, 25 and 67. RGB value is (203,37,103). Sum of RGB (Red+Green+Blue) = 203+37+103=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2567 is #34DA98. Grayscale: #5E5E5E. Windows color (decimal): -3463833 or 6759883. OLE color: 6759883.

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

Color convert

RGB 203 37 103 -
CMYK 0 0.82 0.49 0.20
HSL 336.14º 0.69% 0.47% -
HSV(B) 336.14º 0.82% 0.8% -
XYZ 27.74 15 14.27 -
YUV 94.16 133 205.63 -
System Red Green Blue C M Y K H S L
Decimal 203 37 103 0 0.82 0.49 0.20 336.14 0.69 0.47
Hex CB 25 67 0 52 31 14 150 45 2F
Octal 313 45 147 0 122 61 24 520 105 57
Binary 11001011 100101 1100111 0 1010010 110001 10100 101010000 1000101 101111

Color Harmonies of #CB2567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2567

Black with #CB2567

Text Example


Text Example

White with #CB2567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2567; }

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

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

background-color css

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

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

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

border-color css

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

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

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