Html Css Color HEX #CCD9AE Harp

📋 copy color: '#CCD9AE'

red 204 ◦ green 217 ◦ blue 174

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

Shades of Harp #CCD9AE

Tints of Harp #CCD9AE

RGB

 RED value IS 204 (80.08% from 255) = 34.29%

 GREEN value IS 217 (85.16% from 255) = 36.47%

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

R = 34.29%
G = 36.47%
B = 29.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#CCD9AE (or 0xCCD9AE) is known color: Harp. HEX triplet: CC, D9 and AE. RGB value is (204,217,174). Sum of RGB (Red+Green+Blue) = 204+217+174=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD9AE is #332651. Grayscale: #D0D0D0. Windows color (decimal): -3352146 or 11459020. OLE color: 11459020.

HSL color Cylindrical-coordinate representation of color #CCD9AE: hue angle of 78.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCD9AE is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 174 -
CMYK 0.06 0 0.20 0.15
HSL 78.14º 0.36% 0.77% -
HSV(B) 78.14º 0.2% 0.85% -
XYZ 57.35 65.52 49.67 -
YUV 208.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 204 217 174 0.06 0 0.20 0.15 78.14 0.36 0.77
Hex CC D9 AE 6 0 14 F 4E 24 4D
Octal 314 331 256 6 0 24 17 116 44 115
Binary 11001100 11011001 10101110 110 0 10100 1111 1001110 100100 1001101

Color Harmonies of #CCD9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9AE

Black with #CCD9AE

Text Example


Text Example

White with #CCD9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9AE; }

 p { color: rgb(204,217,174); }

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

background-color css

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

 a { background-color: rgb(204,217,174); }

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

border-color css

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

 span { border-color: rgb(204,217,174); }

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