Html Css Color HEX #C6C8B7 Harp

📋 copy color: '#C6C8B7'

red 198 ◦ green 200 ◦ blue 183

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

Shades of Harp #C6C8B7

Tints of Harp #C6C8B7

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.42%

 BLUE value IS 183 (71.88% from 255) = 31.5%

R = 34.08%
G = 34.42%
B = 31.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C6C8B7 (or 0xC6C8B7) is known color: Harp. HEX triplet: C6, C8 and B7. RGB value is (198,200,183). Sum of RGB (Red+Green+Blue) = 198+200+183=581 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.08% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C8B7 is #393748. Grayscale: #C5C5C5. Windows color (decimal): -3749705 or 12044486. OLE color: 12044486.

HSL color Cylindrical-coordinate representation of color #C6C8B7: hue angle of 67.06º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6C8B7 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 200 183 -
CMYK 0.01 0 0.08 0.22
HSL 67.06º 0.13% 0.75% -
HSV(B) 67.06º 0.08% 0.78% -
XYZ 52.49 56.73 52.98 -
YUV 197.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 198 200 183 0.01 0 0.08 0.22 67.06 0.13 0.75
Hex C6 C8 B7 1 0 8 16 43 D 4B
Octal 306 310 267 1 0 10 26 103 15 113
Binary 11000110 11001000 10110111 1 0 1000 10110 1000011 1101 1001011

Color Harmonies of #C6C8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C8B7

Black with #C6C8B7

Text Example


Text Example

White with #C6C8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C8B7; }

 p { color: rgb(198,200,183); }

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

background-color css

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

 a { background-color: rgb(198,200,183); }

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

border-color css

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

 span { border-color: rgb(198,200,183); }

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