Html Css Color HEX #CA2F65 Cerise

📋 copy color: '#CA2F65'

red 202 ◦ green 47 ◦ blue 101

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

Shades of Cerise #CA2F65

Tints of Cerise #CA2F65

RGB

 RED value IS 202 (79.3% from 255) = 57.71%

 GREEN value IS 47 (18.75% from 255) = 13.43%

 BLUE value IS 101 (39.84% from 255) = 28.86%

R = 57.71%
G = 13.43%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA2F65 (or 0xCA2F65) is known color: Cerise. HEX triplet: CA, 2F and 65. RGB value is (202,47,101). Sum of RGB (Red+Green+Blue) = 202+47+101=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2F65 is #35D09A. Grayscale: #636363. Windows color (decimal): -3526811 or 6631370. OLE color: 6631370.

HSL color Cylindrical-coordinate representation of color #CA2F65: hue angle of 339.1º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2F65 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 47 101 -
CMYK 0 0.77 0.50 0.21
HSL 339.1º 0.62% 0.49% -
HSV(B) 339.1º 0.77% 0.79% -
XYZ 27.72 15.53 13.85 -
YUV 99.5 128.85 201.11 -
System Red Green Blue C M Y K H S L
Decimal 202 47 101 0 0.77 0.50 0.21 339.1 0.62 0.49
Hex CA 2F 65 0 4D 32 15 153 3E 31
Octal 312 57 145 0 115 62 25 523 76 61
Binary 11001010 101111 1100101 0 1001101 110010 10101 101010011 111110 110001

Color Harmonies of #CA2F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2F65

Black with #CA2F65

Text Example


Text Example

White with #CA2F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2F65; }

 p { color: rgb(202,47,101); }

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

background-color css

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

 a { background-color: rgb(202,47,101); }

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

border-color css

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

 span { border-color: rgb(202,47,101); }

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