Html Css Color HEX #CA8288 Charm

📋 copy color: '#CA8288'

red 202 ◦ green 130 ◦ blue 136

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

Shades of Charm #CA8288

Tints of Charm #CA8288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 29.06%

R = 43.16%
G = 27.78%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CA8288 (or 0xCA8288) is known color: Charm. HEX triplet: CA, 82 and 88. RGB value is (202,130,136). Sum of RGB (Red+Green+Blue) = 202+130+136=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8288 is #357D77. Grayscale: #989898. Windows color (decimal): -3505528 or 8946378. OLE color: 8946378.

HSL color Cylindrical-coordinate representation of color #CA8288: hue angle of 355º 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 #CA8288 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 130 136 -
CMYK 0 0.36 0.33 0.21
HSL 355º 0.4% 0.65% -
HSV(B) 355º 0.36% 0.79% -
XYZ 36.78 30.3 27.2 -
YUV 152.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 202 130 136 0 0.36 0.33 0.21 355 0.4 0.65
Hex CA 82 88 0 24 21 15 163 28 41
Octal 312 202 210 0 44 41 25 543 50 101
Binary 11001010 10000010 10001000 0 100100 100001 10101 101100011 101000 1000001

Color Harmonies of #CA8288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8288

Black with #CA8288

Text Example


Text Example

White with #CA8288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8288; }

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

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

background-color css

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

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

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

border-color css

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

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

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