Html Css Color HEX #CCD9AF Harp

📋 copy color: '#CCD9AF'

red 204 ◦ green 217 ◦ blue 175

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

Shades of Harp #CCD9AF

Tints of Harp #CCD9AF

RGB

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

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

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

R = 34.23%
G = 36.41%
B = 29.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#CCD9AF (or 0xCCD9AF) is known color: Harp. HEX triplet: CC, D9 and AF. RGB value is (204,217,175). Sum of RGB (Red+Green+Blue) = 204+217+175=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD9AF is #332650. Grayscale: #D0D0D0. Windows color (decimal): -3352145 or 11524556. OLE color: 11524556.

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

Color convert

RGB 204 217 175 -
CMYK 0.06 0 0.19 0.15
HSL 78.57º 0.36% 0.77% -
HSV(B) 78.57º 0.19% 0.85% -
XYZ 57.45 65.56 50.18 -
YUV 208.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 204 217 175 0.06 0 0.19 0.15 78.57 0.36 0.77
Hex CC D9 AF 6 0 13 F 4F 24 4D
Octal 314 331 257 6 0 23 17 117 44 115
Binary 11001100 11011001 10101111 110 0 10011 1111 1001111 100100 1001101

Color Harmonies of #CCD9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD9AF

Black with #CCD9AF

Text Example


Text Example

White with #CCD9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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