Html Css Color HEX #CCD7B9 Harp

📋 copy color: '#CCD7B9'

red 204 ◦ green 215 ◦ blue 185

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

Shades of Harp #CCD7B9

Tints of Harp #CCD7B9

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.6%

 BLUE value IS 185 (72.66% from 255) = 30.63%

R = 33.77%
G = 35.6%
B = 30.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#CCD7B9 (or 0xCCD7B9) is known color: Harp. HEX triplet: CC, D7 and B9. RGB value is (204,215,185). Sum of RGB (Red+Green+Blue) = 204+215+185=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7B9 is #332846. Grayscale: #D0D0D0. Windows color (decimal): -3352647 or 12179404. OLE color: 12179404.

HSL color Cylindrical-coordinate representation of color #CCD7B9: hue angle of 82º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD7B9 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 185 -
CMYK 0.05 0 0.14 0.16
HSL 82º 0.27% 0.78% -
HSV(B) 82º 0.14% 0.84% -
XYZ 57.96 64.94 55.38 -
YUV 208.29 114.86 124.94 -
System Red Green Blue C M Y K H S L
Decimal 204 215 185 0.05 0 0.14 0.16 82 0.27 0.78
Hex CC D7 B9 5 0 E 10 52 1B 4E
Octal 314 327 271 5 0 16 20 122 33 116
Binary 11001100 11010111 10111001 101 0 1110 10000 1010010 11011 1001110

Color Harmonies of #CCD7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD7B9

Black with #CCD7B9

Text Example


Text Example

White with #CCD7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD7B9; }

 p { color: rgb(204,215,185); }

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

background-color css

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

 a { background-color: rgb(204,215,185); }

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

border-color css

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

 span { border-color: rgb(204,215,185); }

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