Html Css Color HEX #CB3468 Cerise

📋 copy color: '#CB3468'

red 203 ◦ green 52 ◦ blue 104

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

Shades of Cerise #CB3468

Tints of Cerise #CB3468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.48%

 BLUE value IS 104 (41.02% from 255) = 28.97%

R = 56.55%
G = 14.48%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB3468 (or 0xCB3468) is known color: Cerise. HEX triplet: CB, 34 and 68. RGB value is (203,52,104). Sum of RGB (Red+Green+Blue) = 203+52+104=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3468 is #34CB97. Grayscale: #676767. Windows color (decimal): -3459992 or 6829259. OLE color: 6829259.

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

Color convert

RGB 203 52 104 -
CMYK 0 0.74 0.49 0.20
HSL 339.34º 0.59% 0.5% -
HSV(B) 339.34º 0.74% 0.8% -
XYZ 28.36 16.15 14.72 -
YUV 103.08 128.53 199.27 -
System Red Green Blue C M Y K H S L
Decimal 203 52 104 0 0.74 0.49 0.20 339.34 0.59 0.5
Hex CB 34 68 0 4A 31 14 153 3B 32
Octal 313 64 150 0 112 61 24 523 73 62
Binary 11001011 110100 1101000 0 1001010 110001 10100 101010011 111011 110010

Color Harmonies of #CB3468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3468

Black with #CB3468

Text Example


Text Example

White with #CB3468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3468; }

 p { color: rgb(203,52,104); }

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

background-color css

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

 a { background-color: rgb(203,52,104); }

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

border-color css

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

 span { border-color: rgb(203,52,104); }

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