Html Css Color HEX #CB3D66 Cerise

📋 copy color: '#CB3D66'

red 203 ◦ green 61 ◦ blue 102

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

Shades of Cerise #CB3D66

Tints of Cerise #CB3D66

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.67%

 BLUE value IS 102 (40.23% from 255) = 27.87%

R = 55.46%
G = 16.67%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB3D66 (or 0xCB3D66) is known color: Cerise. HEX triplet: CB, 3D and 66. RGB value is (203,61,102). Sum of RGB (Red+Green+Blue) = 203+61+102=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3D66 is #34C299. Grayscale: #6C6C6C. Windows color (decimal): -3457690 or 6700491. OLE color: 6700491.

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

Color convert

RGB 203 61 102 -
CMYK 0 0.70 0.50 0.20
HSL 342.68º 0.58% 0.52% -
HSV(B) 342.68º 0.7% 0.8% -
XYZ 28.7 16.99 14.34 -
YUV 108.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 203 61 102 0 0.70 0.50 0.20 342.68 0.58 0.52
Hex CB 3D 66 0 46 32 14 157 3A 34
Octal 313 75 146 0 106 62 24 527 72 64
Binary 11001011 111101 1100110 0 1000110 110010 10100 101010111 111010 110100

Color Harmonies of #CB3D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3D66

Black with #CB3D66

Text Example


Text Example

White with #CB3D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3D66; }

 p { color: rgb(203,61,102); }

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

background-color css

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

 a { background-color: rgb(203,61,102); }

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

border-color css

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

 span { border-color: rgb(203,61,102); }

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