Html Css Color HEX #C8CCBA Harp

📋 copy color: '#C8CCBA'

red 200 ◦ green 204 ◦ blue 186

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

Shades of Harp #C8CCBA

Tints of Harp #C8CCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.58%

 BLUE value IS 186 (73.05% from 255) = 31.53%

R = 33.9%
G = 34.58%
B = 31.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#C8CCBA (or 0xC8CCBA) is known color: Harp. HEX triplet: C8, CC and BA. RGB value is (200,204,186). Sum of RGB (Red+Green+Blue) = 200+204+186=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCBA is #373345. Grayscale: #C8C8C8. Windows color (decimal): -3617606 or 12242120. OLE color: 12242120.

HSL color Cylindrical-coordinate representation of color #C8CCBA: hue angle of 73.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8CCBA is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 204 186 -
CMYK 0.02 0 0.09 0.2
HSL 73.33º 0.15% 0.76% -
HSV(B) 73.33º 0.09% 0.8% -
XYZ 54.28 59.01 54.98 -
YUV 200.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 200 204 186 0.02 0 0.09 0.2 73.33 0.15 0.76
Hex C8 CC BA 2 0 9 14 49 F 4C
Octal 310 314 272 2 0 11 24 111 17 114
Binary 11001000 11001100 10111010 10 0 1001 10100 1001001 1111 1001100

Color Harmonies of #C8CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CCBA

Black with #C8CCBA

Text Example


Text Example

White with #C8CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CCBA; }

 p { color: rgb(200,204,186); }

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

background-color css

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

 a { background-color: rgb(200,204,186); }

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

border-color css

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

 span { border-color: rgb(200,204,186); }

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