Html Css Color HEX #CB306A Cerise

📋 copy color: '#CB306A'

red 203 ◦ green 48 ◦ blue 106

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

Shades of Cerise #CB306A

Tints of Cerise #CB306A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.45%

 BLUE value IS 106 (41.8% from 255) = 29.69%

R = 56.86%
G = 13.45%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CB306A (or 0xCB306A) is known color: Cerise. HEX triplet: CB, 30 and 6A. RGB value is (203,48,106). Sum of RGB (Red+Green+Blue) = 203+48+106=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB306A is #34CF95. Grayscale: #646464. Windows color (decimal): -3461014 or 6959307. OLE color: 6959307.

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

Color convert

RGB 203 48 106 -
CMYK 0 0.76 0.48 0.20
HSL 337.55º 0.62% 0.49% -
HSV(B) 337.55º 0.76% 0.8% -
XYZ 28.29 15.85 15.2 -
YUV 100.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 203 48 106 0 0.76 0.48 0.20 337.55 0.62 0.49
Hex CB 30 6A 0 4C 30 14 152 3E 31
Octal 313 60 152 0 114 60 24 522 76 61
Binary 11001011 110000 1101010 0 1001100 110000 10100 101010010 111110 110001

Color Harmonies of #CB306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB306A

Black with #CB306A

Text Example


Text Example

White with #CB306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB306A; }

 p { color: rgb(203,48,106); }

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

background-color css

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

 a { background-color: rgb(203,48,106); }

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

border-color css

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

 span { border-color: rgb(203,48,106); }

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