Html Css Color HEX #CB2964 Cerise

📋 copy color: '#CB2964'

red 203 ◦ green 41 ◦ blue 100

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

Shades of Cerise #CB2964

Tints of Cerise #CB2964

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.92%

 BLUE value IS 100 (39.45% from 255) = 29.07%

R = 59.01%
G = 11.92%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB2964 (or 0xCB2964) is known color: Cerise. HEX triplet: CB, 29 and 64. RGB value is (203,41,100). Sum of RGB (Red+Green+Blue) = 203+41+100=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2964 is #34D69B. Grayscale: #606060. Windows color (decimal): -3462812 or 6564299. OLE color: 6564299.

HSL color Cylindrical-coordinate representation of color #CB2964: hue angle of 338.15º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB2964 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 41 100 -
CMYK 0 0.80 0.51 0.20
HSL 338.15º 0.66% 0.48% -
HSV(B) 338.15º 0.8% 0.8% -
XYZ 27.72 15.2 13.53 -
YUV 96.16 130.17 204.2 -
System Red Green Blue C M Y K H S L
Decimal 203 41 100 0 0.80 0.51 0.20 338.15 0.66 0.48
Hex CB 29 64 0 50 33 14 152 42 30
Octal 313 51 144 0 120 63 24 522 102 60
Binary 11001011 101001 1100100 0 1010000 110011 10100 101010010 1000010 110000

Color Harmonies of #CB2964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2964

Black with #CB2964

Text Example


Text Example

White with #CB2964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2964; }

 p { color: rgb(203,41,100); }

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

background-color css

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

 a { background-color: rgb(203,41,100); }

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

border-color css

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

 span { border-color: rgb(203,41,100); }

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