Html Css Color HEX #C7CEAE Harp

📋 copy color: '#C7CEAE'

red 199 ◦ green 206 ◦ blue 174

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

Shades of Harp #C7CEAE

Tints of Harp #C7CEAE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.58%

 BLUE value IS 174 (68.36% from 255) = 30.05%

R = 34.37%
G = 35.58%
B = 30.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#C7CEAE (or 0xC7CEAE) is known color: Harp. HEX triplet: C7, CE and AE. RGB value is (199,206,174). Sum of RGB (Red+Green+Blue) = 199+206+174=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #C7CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CEAE is #383151. Grayscale: #C8C8C8. Windows color (decimal): -3682642 or 11456199. OLE color: 11456199.

HSL color Cylindrical-coordinate representation of color #C7CEAE: hue angle of 73.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7CEAE is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 206 174 -
CMYK 0.03 0 0.16 0.19
HSL 73.13º 0.25% 0.75% -
HSV(B) 73.13º 0.16% 0.81% -
XYZ 53.26 59.34 48.69 -
YUV 200.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 199 206 174 0.03 0 0.16 0.19 73.13 0.25 0.75
Hex C7 CE AE 3 0 10 13 49 19 4B
Octal 307 316 256 3 0 20 23 111 31 113
Binary 11000111 11001110 10101110 11 0 10000 10011 1001001 11001 1001011

Color Harmonies of #C7CEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CEAE

Black with #C7CEAE

Text Example


Text Example

White with #C7CEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CEAE; }

 p { color: rgb(199,206,174); }

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

background-color css

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

 a { background-color: rgb(199,206,174); }

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

border-color css

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

 span { border-color: rgb(199,206,174); }

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