Html Css Color HEX #C88083 Charm

📋 copy color: '#C88083'

red 200 ◦ green 128 ◦ blue 131

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

Shades of Charm #C88083

Tints of Charm #C88083

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.89%

 BLUE value IS 131 (51.56% from 255) = 28.54%

R = 43.57%
G = 27.89%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C88083 (or 0xC88083) is known color: Charm. HEX triplet: C8, 80 and 83. RGB value is (200,128,131). Sum of RGB (Red+Green+Blue) = 200+128+131=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C88083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88083 is #377F7C. Grayscale: #959595. Windows color (decimal): -3637117 or 8618184. OLE color: 8618184.

HSL color Cylindrical-coordinate representation of color #C88083: hue angle of 357.5º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88083 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 128 131 -
CMYK 0 0.36 0.34 0.22
HSL 357.5º 0.4% 0.64% -
HSV(B) 357.5º 0.36% 0.78% -
XYZ 35.64 29.36 25.26 -
YUV 149.87 117.35 163.76 -
System Red Green Blue C M Y K H S L
Decimal 200 128 131 0 0.36 0.34 0.22 357.5 0.4 0.64
Hex C8 80 83 0 24 22 16 166 28 40
Octal 310 200 203 0 44 42 26 546 50 100
Binary 11001000 10000000 10000011 0 100100 100010 10110 101100110 101000 1000000

Color Harmonies of #C88083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88083

Black with #C88083

Text Example


Text Example

White with #C88083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88083; }

 p { color: rgb(200,128,131); }

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

background-color css

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

 a { background-color: rgb(200,128,131); }

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

border-color css

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

 span { border-color: rgb(200,128,131); }

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