Html Css Color HEX #CB3670 Cerise

📋 copy color: '#CB3670'

red 203 ◦ green 54 ◦ blue 112

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

Shades of Cerise #CB3670

Tints of Cerise #CB3670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.63%

 BLUE value IS 112 (44.14% from 255) = 30.35%

R = 55.01%
G = 14.63%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB3670 (or 0xCB3670) is known color: Cerise. HEX triplet: CB, 36 and 70. RGB value is (203,54,112). Sum of RGB (Red+Green+Blue) = 203+54+112=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3670 is #34C98F. Grayscale: #696969. Windows color (decimal): -3459472 or 7354059. OLE color: 7354059.

HSL color Cylindrical-coordinate representation of color #CB3670: hue angle of 336.64º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3670 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 54 112 -
CMYK 0 0.73 0.45 0.20
HSL 336.64º 0.59% 0.5% -
HSV(B) 336.64º 0.73% 0.8% -
XYZ 28.87 16.5 16.99 -
YUV 105.16 131.86 197.78 -
System Red Green Blue C M Y K H S L
Decimal 203 54 112 0 0.73 0.45 0.20 336.64 0.59 0.5
Hex CB 36 70 0 49 2D 14 151 3B 32
Octal 313 66 160 0 111 55 24 521 73 62
Binary 11001011 110110 1110000 0 1001001 101101 10100 101010001 111011 110010

Color Harmonies of #CB3670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3670

Black with #CB3670

Text Example


Text Example

White with #CB3670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3670; }

 p { color: rgb(203,54,112); }

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

background-color css

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

 a { background-color: rgb(203,54,112); }

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

border-color css

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

 span { border-color: rgb(203,54,112); }

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