Html Css Color HEX #C9CDB4 Harp

📋 copy color: '#C9CDB4'

red 201 ◦ green 205 ◦ blue 180

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

Shades of Harp #C9CDB4

Tints of Harp #C9CDB4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.98%

 BLUE value IS 180 (70.7% from 255) = 30.72%

R = 34.3%
G = 34.98%
B = 30.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#C9CDB4 (or 0xC9CDB4) is known color: Harp. HEX triplet: C9, CD and B4. RGB value is (201,205,180). Sum of RGB (Red+Green+Blue) = 201+205+180=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 180 (70.70% from 255 or 30.72% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDB4 is #36324B. Grayscale: #C9C9C9. Windows color (decimal): -3551820 or 11849161. OLE color: 11849161.

HSL color Cylindrical-coordinate representation of color #C9CDB4: hue angle of 69.6º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9CDB4 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 205 180 -
CMYK 0.02 0 0.12 0.20
HSL 69.6º 0.2% 0.75% -
HSV(B) 69.6º 0.12% 0.8% -
XYZ 54.16 59.38 51.79 -
YUV 200.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 201 205 180 0.02 0 0.12 0.20 69.6 0.2 0.75
Hex C9 CD B4 2 0 C 14 46 14 4B
Octal 311 315 264 2 0 14 24 106 24 113
Binary 11001001 11001101 10110100 10 0 1100 10100 1000110 10100 1001011

Color Harmonies of #C9CDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CDB4

Black with #C9CDB4

Text Example


Text Example

White with #C9CDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CDB4; }

 p { color: rgb(201,205,180); }

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

background-color css

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

 a { background-color: rgb(201,205,180); }

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

border-color css

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

 span { border-color: rgb(201,205,180); }

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