Html Css Color HEX #CA7079 Charm

📋 copy color: '#CA7079'

red 202 ◦ green 112 ◦ blue 121

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

Shades of Charm #CA7079

Tints of Charm #CA7079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.75%

 BLUE value IS 121 (47.66% from 255) = 27.82%

R = 46.44%
G = 25.75%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA7079 (or 0xCA7079) is known color: Charm. HEX triplet: CA, 70 and 79. RGB value is (202,112,121). Sum of RGB (Red+Green+Blue) = 202+112+121=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7079 is #358F86. Grayscale: #8B8B8B. Windows color (decimal): -3510151 or 7958730. OLE color: 7958730.

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

Color convert

RGB 202 112 121 -
CMYK 0 0.45 0.40 0.21
HSL 354º 0.46% 0.62% -
HSV(B) 354º 0.45% 0.79% -
XYZ 33.6 25.53 21.25 -
YUV 139.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 202 112 121 0 0.45 0.40 0.21 354 0.46 0.62
Hex CA 70 79 0 2D 28 15 162 2E 3E
Octal 312 160 171 0 55 50 25 542 56 76
Binary 11001010 1110000 1111001 0 101101 101000 10101 101100010 101110 111110

Color Harmonies of #CA7079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7079

Black with #CA7079

Text Example


Text Example

White with #CA7079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7079; }

 p { color: rgb(202,112,121); }

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

background-color css

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

 a { background-color: rgb(202,112,121); }

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

border-color css

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

 span { border-color: rgb(202,112,121); }

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