Html Css Color HEX #CA296A Cerise

📋 copy color: '#CA296A'

red 202 ◦ green 41 ◦ blue 106

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

Shades of Cerise #CA296A

Tints of Cerise #CA296A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.75%

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

R = 57.88%
G = 11.75%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA296A (or 0xCA296A) is known color: Cerise. HEX triplet: CA, 29 and 6A. RGB value is (202,41,106). Sum of RGB (Red+Green+Blue) = 202+41+106=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA296A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA296A is #35D695. Grayscale: #606060. Windows color (decimal): -3528342 or 6957514. OLE color: 6957514.

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

Color convert

RGB 202 41 106 -
CMYK 0 0.80 0.48 0.21
HSL 335.78º 0.66% 0.48% -
HSV(B) 335.78º 0.8% 0.79% -
XYZ 27.75 15.18 15.1 -
YUV 96.55 133.34 203.21 -
System Red Green Blue C M Y K H S L
Decimal 202 41 106 0 0.80 0.48 0.21 335.78 0.66 0.48
Hex CA 29 6A 0 50 30 15 150 42 30
Octal 312 51 152 0 120 60 25 520 102 60
Binary 11001010 101001 1101010 0 1010000 110000 10101 101010000 1000010 110000

Color Harmonies of #CA296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA296A

Black with #CA296A

Text Example


Text Example

White with #CA296A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA296A; }

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

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

background-color css

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

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

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

border-color css

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

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

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