Html Css Color HEX #CB3462 Cerise

📋 copy color: '#CB3462'

red 203 ◦ green 52 ◦ blue 98

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

Shades of Cerise #CB3462

Tints of Cerise #CB3462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.76%

R = 57.51%
G = 14.73%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB3462 (or 0xCB3462) is known color: Cerise. HEX triplet: CB, 34 and 62. RGB value is (203,52,98). Sum of RGB (Red+Green+Blue) = 203+52+98=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3462 is #34CB9D. Grayscale: #666666. Windows color (decimal): -3459998 or 6436043. OLE color: 6436043.

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

Color convert

RGB 203 52 98 -
CMYK 0 0.74 0.52 0.20
HSL 341.72º 0.59% 0.5% -
HSV(B) 341.72º 0.74% 0.8% -
XYZ 28.06 16.03 13.17 -
YUV 102.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 203 52 98 0 0.74 0.52 0.20 341.72 0.59 0.5
Hex CB 34 62 0 4A 34 14 156 3B 32
Octal 313 64 142 0 112 64 24 526 73 62
Binary 11001011 110100 1100010 0 1001010 110100 10100 101010110 111011 110010

Color Harmonies of #CB3462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3462

Black with #CB3462

Text Example


Text Example

White with #CB3462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3462; }

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

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

background-color css

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

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

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

border-color css

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

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

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