Html Css Color HEX #CA2D6A Cerise

📋 copy color: '#CA2D6A'

red 202 ◦ green 45 ◦ blue 106

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

Shades of Cerise #CA2D6A

Tints of Cerise #CA2D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.03%

R = 57.22%
G = 12.75%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA2D6A (or 0xCA2D6A) is known color: Cerise. HEX triplet: CA, 2D and 6A. RGB value is (202,45,106). Sum of RGB (Red+Green+Blue) = 202+45+106=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D6A is #35D295. Grayscale: #626262. Windows color (decimal): -3527318 or 6958538. OLE color: 6958538.

HSL color Cylindrical-coordinate representation of color #CA2D6A: hue angle of 336.69º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2D6A is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 45 106 -
CMYK 0 0.78 0.48 0.21
HSL 336.69º 0.64% 0.48% -
HSV(B) 336.69º 0.78% 0.79% -
XYZ 27.9 15.47 15.15 -
YUV 98.9 132.01 201.54 -
System Red Green Blue C M Y K H S L
Decimal 202 45 106 0 0.78 0.48 0.21 336.69 0.64 0.48
Hex CA 2D 6A 0 4E 30 15 151 40 30
Octal 312 55 152 0 116 60 25 521 100 60
Binary 11001010 101101 1101010 0 1001110 110000 10101 101010001 1000000 110000

Color Harmonies of #CA2D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2D6A

Black with #CA2D6A

Text Example


Text Example

White with #CA2D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2D6A; }

 p { color: rgb(202,45,106); }

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

background-color css

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

 a { background-color: rgb(202,45,106); }

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

border-color css

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

 span { border-color: rgb(202,45,106); }

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