Html Css Color HEX #CA8188 Charm

📋 copy color: '#CA8188'

red 202 ◦ green 129 ◦ blue 136

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

Shades of Charm #CA8188

Tints of Charm #CA8188

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.62%

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

R = 43.25%
G = 27.62%
B = 29.12%

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

#CA8188 (or 0xCA8188) is known color: Charm. HEX triplet: CA, 81 and 88. RGB value is (202,129,136). Sum of RGB (Red+Green+Blue) = 202+129+136=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8188 is #357E77. Grayscale: #979797. Windows color (decimal): -3505784 or 8946122. OLE color: 8946122.

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

Color convert

RGB 202 129 136 -
CMYK 0 0.36 0.33 0.21
HSL 354.25º 0.41% 0.65% -
HSV(B) 354.25º 0.36% 0.79% -
XYZ 36.65 30.03 27.16 -
YUV 151.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 202 129 136 0 0.36 0.33 0.21 354.25 0.41 0.65
Hex CA 81 88 0 24 21 15 162 29 41
Octal 312 201 210 0 44 41 25 542 51 101
Binary 11001010 10000001 10001000 0 100100 100001 10101 101100010 101001 1000001

Color Harmonies of #CA8188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8188

Black with #CA8188

Text Example


Text Example

White with #CA8188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8188; }

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

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

background-color css

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

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

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

border-color css

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

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

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