Html Css Color HEX #CCD0BE Harp

📋 copy color: '#CCD0BE'

red 204 ◦ green 208 ◦ blue 190

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

Shades of Harp #CCD0BE

Tints of Harp #CCD0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.56%

R = 33.89%
G = 34.55%
B = 31.56%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#CCD0BE (or 0xCCD0BE) is known color: Harp. HEX triplet: CC, D0 and BE. RGB value is (204,208,190). Sum of RGB (Red+Green+Blue) = 204+208+190=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0BE is #332F41. Grayscale: #CCCCCC. Windows color (decimal): -3354434 or 12505292. OLE color: 12505292.

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

Color convert

RGB 204 208 190 -
CMYK 0.02 0 0.09 0.18
HSL 73.33º 0.16% 0.78% -
HSV(B) 73.33º 0.09% 0.82% -
XYZ 56.75 61.67 57.63 -
YUV 204.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 204 208 190 0.02 0 0.09 0.18 73.33 0.16 0.78
Hex CC D0 BE 2 0 9 12 49 10 4E
Octal 314 320 276 2 0 11 22 111 20 116
Binary 11001100 11010000 10111110 10 0 1001 10010 1001001 10000 1001110

Color Harmonies of #CCD0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0BE

Black with #CCD0BE

Text Example


Text Example

White with #CCD0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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