Html Css Color HEX #C9B27D Ecru

📋 copy color: '#C9B27D'

red 201 ◦ green 178 ◦ blue 125

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

Shades of Ecru #C9B27D

Tints of Ecru #C9B27D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.32%

 BLUE value IS 125 (49.22% from 255) = 24.8%

R = 39.88%
G = 35.32%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#C9B27D (or 0xC9B27D) is known color: Ecru. HEX triplet: C9, B2 and 7D. RGB value is (201,178,125). Sum of RGB (Red+Green+Blue) = 201+178+125=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B27D is #364D82. Grayscale: #B3B3B3. Windows color (decimal): -3558787 or 8237769. OLE color: 8237769.

HSL color Cylindrical-coordinate representation of color #C9B27D: hue angle of 41.84º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9B27D is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 178 125 -
CMYK 0 0.11 0.38 0.21
HSL 41.84º 0.41% 0.64% -
HSV(B) 41.84º 0.38% 0.79% -
XYZ 43.71 45.74 25.93 -
YUV 178.84 97.62 143.81 -
System Red Green Blue C M Y K H S L
Decimal 201 178 125 0 0.11 0.38 0.21 41.84 0.41 0.64
Hex C9 B2 7D 0 B 26 15 2A 29 40
Octal 311 262 175 0 13 46 25 52 51 100
Binary 11001001 10110010 1111101 0 1011 100110 10101 101010 101001 1000000

Color Harmonies of #C9B27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B27D

Black with #C9B27D

Text Example


Text Example

White with #C9B27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B27D; }

 p { color: rgb(201,178,125); }

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

background-color css

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

 a { background-color: rgb(201,178,125); }

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

border-color css

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

 span { border-color: rgb(201,178,125); }

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