Html Css Color HEX #CCD5B9 Harp

📋 copy color: '#CCD5B9'

red 204 ◦ green 213 ◦ blue 185

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

Shades of Harp #CCD5B9

Tints of Harp #CCD5B9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.38%

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

R = 33.89%
G = 35.38%
B = 30.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#CCD5B9 (or 0xCCD5B9) is known color: Harp. HEX triplet: CC, D5 and B9. RGB value is (204,213,185). Sum of RGB (Red+Green+Blue) = 204+213+185=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5B9 is #332A46. Grayscale: #CFCFCF. Windows color (decimal): -3353159 or 12178892. OLE color: 12178892.

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

Color convert

RGB 204 213 185 -
CMYK 0.04 0 0.13 0.16
HSL 79.29º 0.25% 0.78% -
HSV(B) 79.29º 0.13% 0.84% -
XYZ 57.45 63.93 55.21 -
YUV 207.12 115.52 125.78 -
System Red Green Blue C M Y K H S L
Decimal 204 213 185 0.04 0 0.13 0.16 79.29 0.25 0.78
Hex CC D5 B9 4 0 D 10 4F 19 4E
Octal 314 325 271 4 0 15 20 117 31 116
Binary 11001100 11010101 10111001 100 0 1101 10000 1001111 11001 1001110

Color Harmonies of #CCD5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5B9

Black with #CCD5B9

Text Example


Text Example

White with #CCD5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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