Html Css Color HEX #CB3A66 Cerise

📋 copy color: '#CB3A66'

red 203 ◦ green 58 ◦ blue 102

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

Shades of Cerise #CB3A66

Tints of Cerise #CB3A66

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.98%

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

R = 55.92%
G = 15.98%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB3A66 (or 0xCB3A66) is known color: Cerise. HEX triplet: CB, 3A and 66. RGB value is (203,58,102). Sum of RGB (Red+Green+Blue) = 203+58+102=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3A66 is #34C599. Grayscale: #6A6A6A. Windows color (decimal): -3458458 or 6699723. OLE color: 6699723.

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

Color convert

RGB 203 58 102 -
CMYK 0 0.71 0.50 0.20
HSL 341.79º 0.58% 0.51% -
HSV(B) 341.79º 0.71% 0.8% -
XYZ 28.54 16.68 14.29 -
YUV 106.37 125.54 196.92 -
System Red Green Blue C M Y K H S L
Decimal 203 58 102 0 0.71 0.50 0.20 341.79 0.58 0.51
Hex CB 3A 66 0 47 32 14 156 3A 33
Octal 313 72 146 0 107 62 24 526 72 63
Binary 11001011 111010 1100110 0 1000111 110010 10100 101010110 111010 110011

Color Harmonies of #CB3A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3A66

Black with #CB3A66

Text Example


Text Example

White with #CB3A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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