Html Css Color HEX #C8808B Charm

📋 copy color: '#C8808B'

red 200 ◦ green 128 ◦ blue 139

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

Shades of Charm #C8808B

Tints of Charm #C8808B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.76%

R = 42.83%
G = 27.41%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C8808B (or 0xC8808B) is known color: Charm. HEX triplet: C8, 80 and 8B. RGB value is (200,128,139). Sum of RGB (Red+Green+Blue) = 200+128+139=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8808B is #377F74. Grayscale: #969696. Windows color (decimal): -3637109 or 9142472. OLE color: 9142472.

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

Color convert

RGB 200 128 139 -
CMYK 0 0.36 0.30 0.22
HSL 350.83º 0.4% 0.64% -
HSV(B) 350.83º 0.36% 0.78% -
XYZ 36.2 29.58 28.23 -
YUV 150.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 200 128 139 0 0.36 0.30 0.22 350.83 0.4 0.64
Hex C8 80 8B 0 24 1E 16 15F 28 40
Octal 310 200 213 0 44 36 26 537 50 100
Binary 11001000 10000000 10001011 0 100100 11110 10110 101011111 101000 1000000

Color Harmonies of #C8808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8808B

Black with #C8808B

Text Example


Text Example

White with #C8808B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8808B; }

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

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

background-color css

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

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

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

border-color css

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

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

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