Html Css Color HEX #CB2569 Cerise

📋 copy color: '#CB2569'

red 203 ◦ green 37 ◦ blue 105

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

Shades of Cerise #CB2569

Tints of Cerise #CB2569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.43%

R = 58.84%
G = 10.72%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB2569 (or 0xCB2569) is known color: Cerise. HEX triplet: CB, 25 and 69. RGB value is (203,37,105). Sum of RGB (Red+Green+Blue) = 203+37+105=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2569 is #34DA96. Grayscale: #5E5E5E. Windows color (decimal): -3463831 or 6890955. OLE color: 6890955.

HSL color Cylindrical-coordinate representation of color #CB2569: hue angle of 335.42º 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 #CB2569 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 37 105 -
CMYK 0 0.82 0.48 0.20
HSL 335.42º 0.69% 0.47% -
HSV(B) 335.42º 0.82% 0.8% -
XYZ 27.84 15.04 14.8 -
YUV 94.39 134 205.47 -
System Red Green Blue C M Y K H S L
Decimal 203 37 105 0 0.82 0.48 0.20 335.42 0.69 0.47
Hex CB 25 69 0 52 30 14 14F 45 2F
Octal 313 45 151 0 122 60 24 517 105 57
Binary 11001011 100101 1101001 0 1010010 110000 10100 101001111 1000101 101111

Color Harmonies of #CB2569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2569

Black with #CB2569

Text Example


Text Example

White with #CB2569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2569; }

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

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

background-color css

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

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

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

border-color css

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

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

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