Html Css Color HEX #CB2D64 Cerise

📋 copy color: '#CB2D64'

red 203 ◦ green 45 ◦ blue 100

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

Shades of Cerise #CB2D64

Tints of Cerise #CB2D64

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.93%

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

R = 58.33%
G = 12.93%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB2D64 (or 0xCB2D64) is known color: Cerise. HEX triplet: CB, 2D and 64. RGB value is (203,45,100). Sum of RGB (Red+Green+Blue) = 203+45+100=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2D64 is #34D29B. Grayscale: #626262. Windows color (decimal): -3461788 or 6565323. OLE color: 6565323.

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

Color convert

RGB 203 45 100 -
CMYK 0 0.78 0.51 0.20
HSL 339.11º 0.64% 0.49% -
HSV(B) 339.11º 0.78% 0.8% -
XYZ 27.87 15.49 13.58 -
YUV 98.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 203 45 100 0 0.78 0.51 0.20 339.11 0.64 0.49
Hex CB 2D 64 0 4E 33 14 153 40 31
Octal 313 55 144 0 116 63 24 523 100 61
Binary 11001011 101101 1100100 0 1001110 110011 10100 101010011 1000000 110001

Color Harmonies of #CB2D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2D64

Black with #CB2D64

Text Example


Text Example

White with #CB2D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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