Html Css Color HEX #CCD1BA Harp

📋 copy color: '#CCD1BA'

red 204 ◦ green 209 ◦ blue 186

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

Shades of Harp #CCD1BA

Tints of Harp #CCD1BA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.89%

 BLUE value IS 186 (73.05% from 255) = 31.05%

R = 34.06%
G = 34.89%
B = 31.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#CCD1BA (or 0xCCD1BA) is known color: Harp. HEX triplet: CC, D1 and BA. RGB value is (204,209,186). Sum of RGB (Red+Green+Blue) = 204+209+186=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 209 (82.03% from 255 or 34.89% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1BA is #332E45. Grayscale: #CCCCCC. Windows color (decimal): -3354182 or 12243404. OLE color: 12243404.

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

Color convert

RGB 204 209 186 -
CMYK 0.02 0 0.11 0.18
HSL 73.04º 0.2% 0.77% -
HSV(B) 73.04º 0.11% 0.82% -
XYZ 56.57 61.98 55.44 -
YUV 204.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 204 209 186 0.02 0 0.11 0.18 73.04 0.2 0.77
Hex CC D1 BA 2 0 B 12 49 14 4D
Octal 314 321 272 2 0 13 22 111 24 115
Binary 11001100 11010001 10111010 10 0 1011 10010 1001001 10100 1001101

Color Harmonies of #CCD1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD1BA

Black with #CCD1BA

Text Example


Text Example

White with #CCD1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD1BA; }

 p { color: rgb(204,209,186); }

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

background-color css

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

 a { background-color: rgb(204,209,186); }

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

border-color css

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

 span { border-color: rgb(204,209,186); }

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