Html Css Color HEX #CB335F Cerise

📋 copy color: '#CB335F'

red 203 ◦ green 51 ◦ blue 95

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

Shades of Cerise #CB335F

Tints of Cerise #CB335F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.61%

 BLUE value IS 95 (37.5% from 255) = 27.22%

R = 58.17%
G = 14.61%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB335F (or 0xCB335F) is known color: Cerise. HEX triplet: CB, 33 and 5F. RGB value is (203,51,95). Sum of RGB (Red+Green+Blue) = 203+51+95=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB335F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB335F is #34CCA0. Grayscale: #656565. Windows color (decimal): -3460257 or 6239179. OLE color: 6239179.

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

Color convert

RGB 203 51 95 -
CMYK 0 0.75 0.53 0.20
HSL 342.63º 0.6% 0.5% -
HSV(B) 342.63º 0.75% 0.8% -
XYZ 27.88 15.89 12.42 -
YUV 101.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 203 51 95 0 0.75 0.53 0.20 342.63 0.6 0.5
Hex CB 33 5F 0 4B 35 14 157 3C 32
Octal 313 63 137 0 113 65 24 527 74 62
Binary 11001011 110011 1011111 0 1001011 110101 10100 101010111 111100 110010

Color Harmonies of #CB335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB335F

Black with #CB335F

Text Example


Text Example

White with #CB335F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB335F; }

 p { color: rgb(203,51,95); }

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

background-color css

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

 a { background-color: rgb(203,51,95); }

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

border-color css

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

 span { border-color: rgb(203,51,95); }

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