Html Css Color HEX #CA2F69 Cerise

📋 copy color: '#CA2F69'

red 202 ◦ green 47 ◦ blue 105

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

Shades of Cerise #CA2F69

Tints of Cerise #CA2F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.66%

R = 57.06%
G = 13.28%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA2F69 (or 0xCA2F69) is known color: Cerise. HEX triplet: CA, 2F and 69. RGB value is (202,47,105). Sum of RGB (Red+Green+Blue) = 202+47+105=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2F69 is #35D096. Grayscale: #636363. Windows color (decimal): -3526807 or 6893514. OLE color: 6893514.

HSL color Cylindrical-coordinate representation of color #CA2F69: hue angle of 337.55º 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 #CA2F69 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 47 105 -
CMYK 0 0.77 0.48 0.21
HSL 337.55º 0.62% 0.49% -
HSV(B) 337.55º 0.77% 0.79% -
XYZ 27.92 15.61 14.91 -
YUV 99.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 202 47 105 0 0.77 0.48 0.21 337.55 0.62 0.49
Hex CA 2F 69 0 4D 30 15 152 3E 31
Octal 312 57 151 0 115 60 25 522 76 61
Binary 11001010 101111 1101001 0 1001101 110000 10101 101010010 111110 110001

Color Harmonies of #CA2F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2F69

Black with #CA2F69

Text Example


Text Example

White with #CA2F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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