Html Css Color HEX #CA8389 Charm

📋 copy color: '#CA8389'

red 202 ◦ green 131 ◦ blue 137

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

Shades of Charm #CA8389

Tints of Charm #CA8389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.87%

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

R = 42.98%
G = 27.87%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA8389 (or 0xCA8389) is known color: Charm. HEX triplet: CA, 83 and 89. RGB value is (202,131,137). Sum of RGB (Red+Green+Blue) = 202+131+137=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8389 is #357C76. Grayscale: #989898. Windows color (decimal): -3505271 or 9012170. OLE color: 9012170.

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

Color convert

RGB 202 131 137 -
CMYK 0 0.35 0.32 0.21
HSL 354.93º 0.4% 0.65% -
HSV(B) 354.93º 0.35% 0.79% -
XYZ 36.99 30.6 27.62 -
YUV 152.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 202 131 137 0 0.35 0.32 0.21 354.93 0.4 0.65
Hex CA 83 89 0 23 20 15 163 28 41
Octal 312 203 211 0 43 40 25 543 50 101
Binary 11001010 10000011 10001001 0 100011 100000 10101 101100011 101000 1000001

Color Harmonies of #CA8389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8389

Black with #CA8389

Text Example


Text Example

White with #CA8389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8389; }

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

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

background-color css

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

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

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

border-color css

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

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

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