Html Css Color HEX #CA236A Cerise

📋 copy color: '#CA236A'

red 202 ◦ green 35 ◦ blue 106

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

Shades of Cerise #CA236A

Tints of Cerise #CA236A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.2%

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

R = 58.89%
G = 10.2%
B = 30.9%

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

#CA236A (or 0xCA236A) is known color: Cerise. HEX triplet: CA, 23 and 6A. RGB value is (202,35,106). Sum of RGB (Red+Green+Blue) = 202+35+106=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA236A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA236A is #35DC95. Grayscale: #5C5C5C. Windows color (decimal): -3529878 or 6955978. OLE color: 6955978.

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

Color convert

RGB 202 35 106 -
CMYK 0 0.83 0.48 0.21
HSL 334.49º 0.7% 0.46% -
HSV(B) 334.49º 0.83% 0.79% -
XYZ 27.56 14.8 15.04 -
YUV 93.03 135.33 205.73 -
System Red Green Blue C M Y K H S L
Decimal 202 35 106 0 0.83 0.48 0.21 334.49 0.7 0.46
Hex CA 23 6A 0 53 30 15 14E 46 2E
Octal 312 43 152 0 123 60 25 516 106 56
Binary 11001010 100011 1101010 0 1010011 110000 10101 101001110 1000110 101110

Color Harmonies of #CA236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA236A

Black with #CA236A

Text Example


Text Example

White with #CA236A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA236A; }

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

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

background-color css

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

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

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

border-color css

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

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

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