Html Css Color HEX #CB3A64 Cerise

📋 copy color: '#CB3A64'

red 203 ◦ green 58 ◦ blue 100

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

Shades of Cerise #CB3A64

Tints of Cerise #CB3A64

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.07%

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

R = 56.23%
G = 16.07%
B = 27.7%

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

#CB3A64 (or 0xCB3A64) is known color: Cerise. HEX triplet: CB, 3A and 64. RGB value is (203,58,100). Sum of RGB (Red+Green+Blue) = 203+58+100=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3A64 is #34C59B. Grayscale: #6A6A6A. Windows color (decimal): -3458460 or 6568651. OLE color: 6568651.

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

Color convert

RGB 203 58 100 -
CMYK 0 0.71 0.51 0.20
HSL 342.62º 0.58% 0.51% -
HSV(B) 342.62º 0.71% 0.8% -
XYZ 28.44 16.64 13.77 -
YUV 106.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 203 58 100 0 0.71 0.51 0.20 342.62 0.58 0.51
Hex CB 3A 64 0 47 33 14 157 3A 33
Octal 313 72 144 0 107 63 24 527 72 63
Binary 11001011 111010 1100100 0 1000111 110011 10100 101010111 111010 110011

Color Harmonies of #CB3A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3A64

Black with #CB3A64

Text Example


Text Example

White with #CB3A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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