Html Css Color HEX #CA8289 Charm

📋 copy color: '#CA8289'

red 202 ◦ green 130 ◦ blue 137

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

Shades of Charm #CA8289

Tints of Charm #CA8289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.72%

 BLUE value IS 137 (53.91% from 255) = 29.21%

R = 43.07%
G = 27.72%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA8289 (or 0xCA8289) is known color: Charm. HEX triplet: CA, 82 and 89. RGB value is (202,130,137). Sum of RGB (Red+Green+Blue) = 202+130+137=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8289 is #357D76. Grayscale: #989898. Windows color (decimal): -3505527 or 9011914. OLE color: 9011914.

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

Color convert

RGB 202 130 137 -
CMYK 0 0.36 0.32 0.21
HSL 354.17º 0.4% 0.65% -
HSV(B) 354.17º 0.36% 0.79% -
XYZ 36.86 30.33 27.58 -
YUV 152.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 202 130 137 0 0.36 0.32 0.21 354.17 0.4 0.65
Hex CA 82 89 0 24 20 15 162 28 41
Octal 312 202 211 0 44 40 25 542 50 101
Binary 11001010 10000010 10001001 0 100100 100000 10101 101100010 101000 1000001

Color Harmonies of #CA8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8289

Black with #CA8289

Text Example


Text Example

White with #CA8289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8289; }

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

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

background-color css

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

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

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

border-color css

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

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

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