Html Css Color HEX #CCD5BA Harp

📋 copy color: '#CCD5BA'

red 204 ◦ green 213 ◦ blue 186

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

Shades of Harp #CCD5BA

Tints of Harp #CCD5BA

RGB

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

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

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

R = 33.83%
G = 35.32%
B = 30.85%

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

#CCD5BA (or 0xCCD5BA) is known color: Harp. HEX triplet: CC, D5 and BA. RGB value is (204,213,186). Sum of RGB (Red+Green+Blue) = 204+213+186=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5BA is #332A45. Grayscale: #CFCFCF. Windows color (decimal): -3353158 or 12244428. OLE color: 12244428.

HSL color Cylindrical-coordinate representation of color #CCD5BA: hue angle of 80º degrees, saturation: 0.24, 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 #CCD5BA is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 213 186 -
CMYK 0.04 0 0.13 0.16
HSL 80º 0.24% 0.78% -
HSV(B) 80º 0.13% 0.84% -
XYZ 57.56 63.97 55.77 -
YUV 207.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 204 213 186 0.04 0 0.13 0.16 80 0.24 0.78
Hex CC D5 BA 4 0 D 10 50 18 4E
Octal 314 325 272 4 0 15 20 120 30 116
Binary 11001100 11010101 10111010 100 0 1101 10000 1010000 11000 1001110

Color Harmonies of #CCD5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5BA

Black with #CCD5BA

Text Example


Text Example

White with #CCD5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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