Html Css Color HEX #CB2769 Cerise

📋 copy color: '#CB2769'

red 203 ◦ green 39 ◦ blue 105

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

Shades of Cerise #CB2769

Tints of Cerise #CB2769

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.24%

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

R = 58.5%
G = 11.24%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB2769 (or 0xCB2769) is known color: Cerise. HEX triplet: CB, 27 and 69. RGB value is (203,39,105). Sum of RGB (Red+Green+Blue) = 203+39+105=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2769 is #34D896. Grayscale: #5F5F5F. Windows color (decimal): -3463319 or 6891467. OLE color: 6891467.

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

Color convert

RGB 203 39 105 -
CMYK 0 0.81 0.48 0.20
HSL 335.85º 0.68% 0.47% -
HSV(B) 335.85º 0.81% 0.8% -
XYZ 27.9 15.17 14.82 -
YUV 95.56 133.33 204.63 -
System Red Green Blue C M Y K H S L
Decimal 203 39 105 0 0.81 0.48 0.20 335.85 0.68 0.47
Hex CB 27 69 0 51 30 14 150 44 2F
Octal 313 47 151 0 121 60 24 520 104 57
Binary 11001011 100111 1101001 0 1010001 110000 10100 101010000 1000100 101111

Color Harmonies of #CB2769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2769

Black with #CB2769

Text Example


Text Example

White with #CB2769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2769; }

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

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

background-color css

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

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

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

border-color css

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

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

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