Html Css Color HEX #C6CDBA Harp

📋 copy color: '#C6CDBA'

red 198 ◦ green 205 ◦ blue 186

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

Shades of Harp #C6CDBA

Tints of Harp #C6CDBA

RGB

 RED value IS 198 (77.73% from 255) = 33.62%

 GREEN value IS 205 (80.47% from 255) = 34.8%

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

R = 33.62%
G = 34.8%
B = 31.58%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#C6CDBA (or 0xC6CDBA) is known color: Harp. HEX triplet: C6, CD and BA. RGB value is (198,205,186). Sum of RGB (Red+Green+Blue) = 198+205+186=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #C6CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CDBA is #393245. Grayscale: #C8C8C8. Windows color (decimal): -3748422 or 12242374. OLE color: 12242374.

HSL color Cylindrical-coordinate representation of color #C6CDBA: hue angle of 82.11º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6CDBA is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 205 186 -
CMYK 0.03 0 0.09 0.20
HSL 82.11º 0.16% 0.77% -
HSV(B) 82.11º 0.09% 0.8% -
XYZ 53.98 59.21 55.04 -
YUV 200.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 198 205 186 0.03 0 0.09 0.20 82.11 0.16 0.77
Hex C6 CD BA 3 0 9 14 52 10 4D
Octal 306 315 272 3 0 11 24 122 20 115
Binary 11000110 11001101 10111010 11 0 1001 10100 1010010 10000 1001101

Color Harmonies of #C6CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CDBA

Black with #C6CDBA

Text Example


Text Example

White with #C6CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CDBA; }

 p { color: rgb(198,205,186); }

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

background-color css

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

 a { background-color: rgb(198,205,186); }

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

border-color css

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

 span { border-color: rgb(198,205,186); }

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