Html Css Color HEX #CCD0BB Harp

📋 copy color: '#CCD0BB'

red 204 ◦ green 208 ◦ blue 187

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

Shades of Harp #CCD0BB

Tints of Harp #CCD0BB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.72%

 BLUE value IS 187 (73.44% from 255) = 31.22%

R = 34.06%
G = 34.72%
B = 31.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#CCD0BB (or 0xCCD0BB) is known color: Harp. HEX triplet: CC, D0 and BB. RGB value is (204,208,187). Sum of RGB (Red+Green+Blue) = 204+208+187=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 208 (81.64% from 255 or 34.72% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0BB is #332F44. Grayscale: #CCCCCC. Windows color (decimal): -3354437 or 12308684. OLE color: 12308684.

HSL color Cylindrical-coordinate representation of color #CCD0BB: hue angle of 71.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCD0BB is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 187 -
CMYK 0.02 0 0.10 0.18
HSL 71.43º 0.18% 0.77% -
HSV(B) 71.43º 0.1% 0.82% -
XYZ 56.43 61.54 55.92 -
YUV 204.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 204 208 187 0.02 0 0.10 0.18 71.43 0.18 0.77
Hex CC D0 BB 2 0 A 12 47 12 4D
Octal 314 320 273 2 0 12 22 107 22 115
Binary 11001100 11010000 10111011 10 0 1010 10010 1000111 10010 1001101

Color Harmonies of #CCD0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0BB

Black with #CCD0BB

Text Example


Text Example

White with #CCD0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0BB; }

 p { color: rgb(204,208,187); }

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

background-color css

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

 a { background-color: rgb(204,208,187); }

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

border-color css

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

 span { border-color: rgb(204,208,187); }

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