Html Css Color HEX #CA7D82 Charm

📋 copy color: '#CA7D82'

red 202 ◦ green 125 ◦ blue 130

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

Shades of Charm #CA7D82

Tints of Charm #CA7D82

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.35%

 BLUE value IS 130 (51.17% from 255) = 28.45%

R = 44.2%
G = 27.35%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA7D82 (or 0xCA7D82) is known color: Charm. HEX triplet: CA, 7D and 82. RGB value is (202,125,130). Sum of RGB (Red+Green+Blue) = 202+125+130=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7D82 is #35827D. Grayscale: #949494. Windows color (decimal): -3506814 or 8551882. OLE color: 8551882.

HSL color Cylindrical-coordinate representation of color #CA7D82: hue angle of 356.1º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7D82 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 125 130 -
CMYK 0 0.38 0.36 0.21
HSL 356.1º 0.42% 0.64% -
HSV(B) 356.1º 0.38% 0.79% -
XYZ 35.72 28.84 24.8 -
YUV 148.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 202 125 130 0 0.38 0.36 0.21 356.1 0.42 0.64
Hex CA 7D 82 0 26 24 15 164 2A 40
Octal 312 175 202 0 46 44 25 544 52 100
Binary 11001010 1111101 10000010 0 100110 100100 10101 101100100 101010 1000000

Color Harmonies of #CA7D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7D82

Black with #CA7D82

Text Example


Text Example

White with #CA7D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7D82; }

 p { color: rgb(202,125,130); }

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

background-color css

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

 a { background-color: rgb(202,125,130); }

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

border-color css

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

 span { border-color: rgb(202,125,130); }

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