Html Css Color HEX #C8818A Charm

📋 copy color: '#C8818A'

red 200 ◦ green 129 ◦ blue 138

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

Shades of Charm #C8818A

Tints of Charm #C8818A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 42.83%
G = 27.62%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C8818A (or 0xC8818A) is known color: Charm. HEX triplet: C8, 81 and 8A. RGB value is (200,129,138). Sum of RGB (Red+Green+Blue) = 200+129+138=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8818A is #377E75. Grayscale: #979797. Windows color (decimal): -3636854 or 9077192. OLE color: 9077192.

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

Color convert

RGB 200 129 138 -
CMYK 0 0.36 0.31 0.22
HSL 352.39º 0.39% 0.65% -
HSV(B) 352.39º 0.36% 0.78% -
XYZ 36.26 29.81 27.89 -
YUV 151.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 200 129 138 0 0.36 0.31 0.22 352.39 0.39 0.65
Hex C8 81 8A 0 24 1F 16 160 27 41
Octal 310 201 212 0 44 37 26 540 47 101
Binary 11001000 10000001 10001010 0 100100 11111 10110 101100000 100111 1000001

Color Harmonies of #C8818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8818A

Black with #C8818A

Text Example


Text Example

White with #C8818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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