Html Css Color HEX #C9D4BA Harp

📋 copy color: '#C9D4BA'

red 201 ◦ green 212 ◦ blue 186

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

Shades of Harp #C9D4BA

Tints of Harp #C9D4BA

RGB

 RED value IS 201 (78.91% from 255) = 33.56%

 GREEN value IS 212 (83.2% from 255) = 35.39%

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

R = 33.56%
G = 35.39%
B = 31.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#C9D4BA (or 0xC9D4BA) is known color: Harp. HEX triplet: C9, D4 and BA. RGB value is (201,212,186). Sum of RGB (Red+Green+Blue) = 201+212+186=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 212 - color contains mainly: green. Hex color #C9D4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D4BA is #362B45. Grayscale: #CDCDCD. Windows color (decimal): -3550022 or 12244169. OLE color: 12244169.

HSL color Cylindrical-coordinate representation of color #C9D4BA: hue angle of 85.38º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9D4BA is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 212 186 -
CMYK 0.05 0 0.12 0.17
HSL 85.38º 0.23% 0.78% -
HSV(B) 85.38º 0.12% 0.83% -
XYZ 56.49 63.05 55.65 -
YUV 205.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 201 212 186 0.05 0 0.12 0.17 85.38 0.23 0.78
Hex C9 D4 BA 5 0 C 11 55 17 4E
Octal 311 324 272 5 0 14 21 125 27 116
Binary 11001001 11010100 10111010 101 0 1100 10001 1010101 10111 1001110

Color Harmonies of #C9D4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D4BA

Black with #C9D4BA

Text Example


Text Example

White with #C9D4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D4BA; }

 p { color: rgb(201,212,186); }

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

background-color css

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

 a { background-color: rgb(201,212,186); }

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

border-color css

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

 span { border-color: rgb(201,212,186); }

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