Html Css Color HEX #CA3A66 Cerise

📋 copy color: '#CA3A66'

red 202 ◦ green 58 ◦ blue 102

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

Shades of Cerise #CA3A66

Tints of Cerise #CA3A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.18%

R = 55.8%
G = 16.02%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA3A66 (or 0xCA3A66) is known color: Cerise. HEX triplet: CA, 3A and 66. RGB value is (202,58,102). Sum of RGB (Red+Green+Blue) = 202+58+102=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3A66 is #35C599. Grayscale: #6A6A6A. Windows color (decimal): -3523994 or 6699722. OLE color: 6699722.

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

Color convert

RGB 202 58 102 -
CMYK 0 0.71 0.50 0.21
HSL 341.67º 0.58% 0.51% -
HSV(B) 341.67º 0.71% 0.79% -
XYZ 28.27 16.54 14.27 -
YUV 106.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 202 58 102 0 0.71 0.50 0.21 341.67 0.58 0.51
Hex CA 3A 66 0 47 32 15 156 3A 33
Octal 312 72 146 0 107 62 25 526 72 63
Binary 11001010 111010 1100110 0 1000111 110010 10101 101010110 111010 110011

Color Harmonies of #CA3A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3A66

Black with #CA3A66

Text Example


Text Example

White with #CA3A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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