Html Css Color HEX #C7CCAF Harp

📋 copy color: '#C7CCAF'

red 199 ◦ green 204 ◦ blue 175

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

Shades of Harp #C7CCAF

Tints of Harp #C7CCAF

RGB

 RED value IS 199 (78.13% from 255) = 34.43%

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

 BLUE value IS 175 (68.75% from 255) = 30.28%

R = 34.43%
G = 35.29%
B = 30.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#C7CCAF (or 0xC7CCAF) is known color: Harp. HEX triplet: C7, CC and AF. RGB value is (199,204,175). Sum of RGB (Red+Green+Blue) = 199+204+175=578 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.43% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 175 (68.75% from 255 or 30.28% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CCAF is #383350. Grayscale: #C7C7C7. Windows color (decimal): -3683153 or 11521223. OLE color: 11521223.

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

Color convert

RGB 199 204 175 -
CMYK 0.02 0 0.14 0.2
HSL 70.34º 0.22% 0.74% -
HSV(B) 70.34º 0.14% 0.8% -
XYZ 52.88 58.42 49.05 -
YUV 199.2 114.34 127.86 -
System Red Green Blue C M Y K H S L
Decimal 199 204 175 0.02 0 0.14 0.2 70.34 0.22 0.74
Hex C7 CC AF 2 0 E 14 46 16 4A
Octal 307 314 257 2 0 16 24 106 26 112
Binary 11000111 11001100 10101111 10 0 1110 10100 1000110 10110 1001010

Color Harmonies of #C7CCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CCAF

Black with #C7CCAF

Text Example


Text Example

White with #C7CCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CCAF; }

 p { color: rgb(199,204,175); }

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

background-color css

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

 a { background-color: rgb(199,204,175); }

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

border-color css

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

 span { border-color: rgb(199,204,175); }

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