Html Css Color HEX #CA2268 Cerise

📋 copy color: '#CA2268'

red 202 ◦ green 34 ◦ blue 104

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

Shades of Cerise #CA2268

Tints of Cerise #CA2268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 59.41%
G = 10%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA2268 (or 0xCA2268) is known color: Cerise. HEX triplet: CA, 22 and 68. RGB value is (202,34,104). Sum of RGB (Red+Green+Blue) = 202+34+104=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2268 is #35DD97. Grayscale: #5C5C5C. Windows color (decimal): -3530136 or 6824650. OLE color: 6824650.

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

Color convert

RGB 202 34 104 -
CMYK 0 0.83 0.49 0.21
HSL 335º 0.71% 0.46% -
HSV(B) 335º 0.83% 0.79% -
XYZ 27.43 14.7 14.49 -
YUV 92.21 134.66 206.31 -
System Red Green Blue C M Y K H S L
Decimal 202 34 104 0 0.83 0.49 0.21 335 0.71 0.46
Hex CA 22 68 0 53 31 15 14F 47 2E
Octal 312 42 150 0 123 61 25 517 107 56
Binary 11001010 100010 1101000 0 1010011 110001 10101 101001111 1000111 101110

Color Harmonies of #CA2268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2268

Black with #CA2268

Text Example


Text Example

White with #CA2268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2268; }

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

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

background-color css

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

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

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

border-color css

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

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

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