Html Css Color HEX #CA2269 Cerise

📋 copy color: '#CA2269'

red 202 ◦ green 34 ◦ blue 105

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

Shades of Cerise #CA2269

Tints of Cerise #CA2269

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.97%

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

R = 59.24%
G = 9.97%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA2269 (or 0xCA2269) is known color: Cerise. HEX triplet: CA, 22 and 69. RGB value is (202,34,105). Sum of RGB (Red+Green+Blue) = 202+34+105=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2269 is #35DD96. Grayscale: #5C5C5C. Windows color (decimal): -3530135 or 6890186. OLE color: 6890186.

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

Color convert

RGB 202 34 105 -
CMYK 0 0.83 0.48 0.21
HSL 334.64º 0.71% 0.46% -
HSV(B) 334.64º 0.83% 0.79% -
XYZ 27.48 14.72 14.76 -
YUV 92.33 135.16 206.23 -
System Red Green Blue C M Y K H S L
Decimal 202 34 105 0 0.83 0.48 0.21 334.64 0.71 0.46
Hex CA 22 69 0 53 30 15 14F 47 2E
Octal 312 42 151 0 123 60 25 517 107 56
Binary 11001010 100010 1101001 0 1010011 110000 10101 101001111 1000111 101110

Color Harmonies of #CA2269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2269

Black with #CA2269

Text Example


Text Example

White with #CA2269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2269; }

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

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

background-color css

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

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

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

border-color css

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

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

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