Html Css Color HEX #CA3A6A Cerise

📋 copy color: '#CA3A6A'

red 202 ◦ green 58 ◦ blue 106

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

Shades of Cerise #CA3A6A

Tints of Cerise #CA3A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.85%

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

R = 55.19%
G = 15.85%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA3A6A (or 0xCA3A6A) is known color: Cerise. HEX triplet: CA, 3A and 6A. RGB value is (202,58,106). Sum of RGB (Red+Green+Blue) = 202+58+106=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3A6A is #35C595. Grayscale: #6A6A6A. Windows color (decimal): -3523990 or 6961866. OLE color: 6961866.

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

Color convert

RGB 202 58 106 -
CMYK 0 0.71 0.48 0.21
HSL 340º 0.58% 0.51% -
HSV(B) 340º 0.71% 0.79% -
XYZ 28.47 16.62 15.34 -
YUV 106.53 127.71 196.1 -
System Red Green Blue C M Y K H S L
Decimal 202 58 106 0 0.71 0.48 0.21 340 0.58 0.51
Hex CA 3A 6A 0 47 30 15 154 3A 33
Octal 312 72 152 0 107 60 25 524 72 63
Binary 11001010 111010 1101010 0 1000111 110000 10101 101010100 111010 110011

Color Harmonies of #CA3A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3A6A

Black with #CA3A6A

Text Example


Text Example

White with #CA3A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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