Html Css Color HEX #C88289 Charm

📋 copy color: '#C88289'

red 200 ◦ green 130 ◦ blue 137

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

Shades of Charm #C88289

Tints of Charm #C88289

RGB

 RED value IS 200 (78.52% from 255) = 42.83%

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

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

R = 42.83%
G = 27.84%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C88289 (or 0xC88289) is known color: Charm. HEX triplet: C8, 82 and 89. RGB value is (200,130,137). Sum of RGB (Red+Green+Blue) = 200+130+137=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C88289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88289 is #377D76. Grayscale: #979797. Windows color (decimal): -3636599 or 9011912. OLE color: 9011912.

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

Color convert

RGB 200 130 137 -
CMYK 0 0.35 0.32 0.22
HSL 354º 0.39% 0.65% -
HSV(B) 354º 0.35% 0.78% -
XYZ 36.32 30.05 27.55 -
YUV 151.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 200 130 137 0 0.35 0.32 0.22 354 0.39 0.65
Hex C8 82 89 0 23 20 16 162 27 41
Octal 310 202 211 0 43 40 26 542 47 101
Binary 11001000 10000010 10001001 0 100011 100000 10110 101100010 100111 1000001

Color Harmonies of #C88289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88289

Black with #C88289

Text Example


Text Example

White with #C88289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88289; }

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

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

background-color css

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

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

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

border-color css

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

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

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