Html Css Color HEX #C8818B Charm

📋 copy color: '#C8818B'

red 200 ◦ green 129 ◦ blue 139

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

Shades of Charm #C8818B

Tints of Charm #C8818B

RGB

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

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

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

R = 42.74%
G = 27.56%
B = 29.7%

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

#C8818B (or 0xC8818B) is known color: Charm. HEX triplet: C8, 81 and 8B. RGB value is (200,129,139). Sum of RGB (Red+Green+Blue) = 200+129+139=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8818B is #377E74. Grayscale: #979797. Windows color (decimal): -3636853 or 9142728. OLE color: 9142728.

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

Color convert

RGB 200 129 139 -
CMYK 0 0.36 0.30 0.22
HSL 351.55º 0.39% 0.65% -
HSV(B) 351.55º 0.36% 0.78% -
XYZ 36.33 29.84 28.27 -
YUV 151.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 200 129 139 0 0.36 0.30 0.22 351.55 0.39 0.65
Hex C8 81 8B 0 24 1E 16 160 27 41
Octal 310 201 213 0 44 36 26 540 47 101
Binary 11001000 10000001 10001011 0 100100 11110 10110 101100000 100111 1000001

Color Harmonies of #C8818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8818B

Black with #C8818B

Text Example


Text Example

White with #C8818B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8818B; }

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

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

background-color css

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

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

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

border-color css

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

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

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