Html Css Color HEX #CA7279 Charm

📋 copy color: '#CA7279'

red 202 ◦ green 114 ◦ blue 121

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

Shades of Charm #CA7279

Tints of Charm #CA7279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.09%

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

R = 46.22%
G = 26.09%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CA7279 (or 0xCA7279) is known color: Charm. HEX triplet: CA, 72 and 79. RGB value is (202,114,121). Sum of RGB (Red+Green+Blue) = 202+114+121=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7279 is #358D86. Grayscale: #8D8D8D. Windows color (decimal): -3509639 or 7959242. OLE color: 7959242.

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

Color convert

RGB 202 114 121 -
CMYK 0 0.44 0.40 0.21
HSL 355.23º 0.45% 0.62% -
HSV(B) 355.23º 0.44% 0.79% -
XYZ 33.83 25.97 21.32 -
YUV 141.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 202 114 121 0 0.44 0.40 0.21 355.23 0.45 0.62
Hex CA 72 79 0 2C 28 15 163 2D 3E
Octal 312 162 171 0 54 50 25 543 55 76
Binary 11001010 1110010 1111001 0 101100 101000 10101 101100011 101101 111110

Color Harmonies of #CA7279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7279

Black with #CA7279

Text Example


Text Example

White with #CA7279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7279; }

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

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

background-color css

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

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

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

border-color css

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

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

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