Html Css Color HEX #CB3B64 Cerise

📋 copy color: '#CB3B64'

red 203 ◦ green 59 ◦ blue 100

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

Shades of Cerise #CB3B64

Tints of Cerise #CB3B64

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.3%

 BLUE value IS 100 (39.45% from 255) = 27.62%

R = 56.08%
G = 16.3%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB3B64 (or 0xCB3B64) is known color: Cerise. HEX triplet: CB, 3B and 64. RGB value is (203,59,100). Sum of RGB (Red+Green+Blue) = 203+59+100=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3B64 is #34C49B. Grayscale: #6A6A6A. Windows color (decimal): -3458204 or 6568907. OLE color: 6568907.

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

Color convert

RGB 203 59 100 -
CMYK 0 0.71 0.51 0.20
HSL 342.92º 0.58% 0.51% -
HSV(B) 342.92º 0.71% 0.8% -
XYZ 28.49 16.74 13.79 -
YUV 106.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 203 59 100 0 0.71 0.51 0.20 342.92 0.58 0.51
Hex CB 3B 64 0 47 33 14 157 3A 33
Octal 313 73 144 0 107 63 24 527 72 63
Binary 11001011 111011 1100100 0 1000111 110011 10100 101010111 111010 110011

Color Harmonies of #CB3B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3B64

Black with #CB3B64

Text Example


Text Example

White with #CB3B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3B64; }

 p { color: rgb(203,59,100); }

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

background-color css

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

 a { background-color: rgb(203,59,100); }

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

border-color css

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

 span { border-color: rgb(203,59,100); }

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