Html Css Color HEX #CA7F83 Charm

📋 copy color: '#CA7F83'

red 202 ◦ green 127 ◦ blue 131

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

Shades of Charm #CA7F83

Tints of Charm #CA7F83

RGB

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

 GREEN value IS 127 (50% from 255) = 27.61%

 BLUE value IS 131 (51.56% from 255) = 28.48%

R = 43.91%
G = 27.61%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA7F83 (or 0xCA7F83) is known color: Charm. HEX triplet: CA, 7F and 83. RGB value is (202,127,131). Sum of RGB (Red+Green+Blue) = 202+127+131=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7F83 is #35807C. Grayscale: #959595. Windows color (decimal): -3506301 or 8617930. OLE color: 8617930.

HSL color Cylindrical-coordinate representation of color #CA7F83: hue angle of 356.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7F83 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 127 131 -
CMYK 0 0.37 0.35 0.21
HSL 356.8º 0.41% 0.65% -
HSV(B) 356.8º 0.37% 0.79% -
XYZ 36.04 29.37 25.24 -
YUV 149.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 202 127 131 0 0.37 0.35 0.21 356.8 0.41 0.65
Hex CA 7F 83 0 25 23 15 165 29 41
Octal 312 177 203 0 45 43 25 545 51 101
Binary 11001010 1111111 10000011 0 100101 100011 10101 101100101 101001 1000001

Color Harmonies of #CA7F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F83

Black with #CA7F83

Text Example


Text Example

White with #CA7F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F83; }

 p { color: rgb(202,127,131); }

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

background-color css

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

 a { background-color: rgb(202,127,131); }

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

border-color css

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

 span { border-color: rgb(202,127,131); }

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