Html Css Color HEX #CB3C6C Cerise

📋 copy color: '#CB3C6C'

red 203 ◦ green 60 ◦ blue 108

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

Shades of Cerise #CB3C6C

Tints of Cerise #CB3C6C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.17%

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 54.72%
G = 16.17%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB3C6C (or 0xCB3C6C) is known color: Cerise. HEX triplet: CB, 3C and 6C. RGB value is (203,60,108). Sum of RGB (Red+Green+Blue) = 203+60+108=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3C6C is #34C393. Grayscale: #6C6C6C. Windows color (decimal): -3457940 or 7093451. OLE color: 7093451.

HSL color Cylindrical-coordinate representation of color #CB3C6C: hue angle of 339.86º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3C6C is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 60 108 -
CMYK 0 0.70 0.47 0.20
HSL 339.86º 0.58% 0.52% -
HSV(B) 339.86º 0.7% 0.8% -
XYZ 28.95 17.01 15.94 -
YUV 108.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 203 60 108 0 0.70 0.47 0.20 339.86 0.58 0.52
Hex CB 3C 6C 0 46 2F 14 154 3A 34
Octal 313 74 154 0 106 57 24 524 72 64
Binary 11001011 111100 1101100 0 1000110 101111 10100 101010100 111010 110100

Color Harmonies of #CB3C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3C6C

Black with #CB3C6C

Text Example


Text Example

White with #CB3C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3C6C; }

 p { color: rgb(203,60,108); }

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

background-color css

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

 a { background-color: rgb(203,60,108); }

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

border-color css

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

 span { border-color: rgb(203,60,108); }

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