Html Css Color HEX #C6CCBA Harp

📋 copy color: '#C6CCBA'

red 198 ◦ green 204 ◦ blue 186

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

Shades of Harp #C6CCBA

Tints of Harp #C6CCBA

RGB

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

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

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

R = 33.67%
G = 34.69%
B = 31.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#C6CCBA (or 0xC6CCBA) is known color: Harp. HEX triplet: C6, CC and BA. RGB value is (198,204,186). Sum of RGB (Red+Green+Blue) = 198+204+186=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #C6CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CCBA is #393345. Grayscale: #C8C8C8. Windows color (decimal): -3748678 or 12242118. OLE color: 12242118.

HSL color Cylindrical-coordinate representation of color #C6CCBA: hue angle of 80º 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 #C6CCBA is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 204 186 -
CMYK 0.03 0 0.09 0.2
HSL 80º 0.15% 0.76% -
HSV(B) 80º 0.09% 0.8% -
XYZ 53.74 58.74 54.96 -
YUV 200.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 198 204 186 0.03 0 0.09 0.2 80 0.15 0.76
Hex C6 CC BA 3 0 9 14 50 F 4C
Octal 306 314 272 3 0 11 24 120 17 114
Binary 11000110 11001100 10111010 11 0 1001 10100 1010000 1111 1001100

Color Harmonies of #C6CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CCBA

Black with #C6CCBA

Text Example


Text Example

White with #C6CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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