Html Css Color HEX #CCD0C2 Harp

📋 copy color: '#CCD0C2'

red 204 ◦ green 208 ◦ blue 194

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

Shades of Harp #CCD0C2

Tints of Harp #CCD0C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 32.01%

R = 33.66%
G = 34.32%
B = 32.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#CCD0C2 (or 0xCCD0C2) is known color: Harp. HEX triplet: CC, D0 and C2. RGB value is (204,208,194). Sum of RGB (Red+Green+Blue) = 204+208+194=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 208 (81.64% from 255 or 34.32% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0C2 is #332F3D. Grayscale: #CDCDCD. Windows color (decimal): -3354430 or 12767436. OLE color: 12767436.

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

Color convert

RGB 204 208 194 -
CMYK 0.02 0 0.07 0.18
HSL 77.14º 0.13% 0.79% -
HSV(B) 77.14º 0.07% 0.82% -
XYZ 57.2 61.84 59.96 -
YUV 205.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 204 208 194 0.02 0 0.07 0.18 77.14 0.13 0.79
Hex CC D0 C2 2 0 7 12 4D D 4F
Octal 314 320 302 2 0 7 22 115 15 117
Binary 11001100 11010000 11000010 10 0 111 10010 1001101 1101 1001111

Color Harmonies of #CCD0C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0C2

Black with #CCD0C2

Text Example


Text Example

White with #CCD0C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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