Html Css Color HEX #C1AC7B Ecru

📋 copy color: '#C1AC7B'

red 193 ◦ green 172 ◦ blue 123

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

Shades of Ecru #C1AC7B

Tints of Ecru #C1AC7B

RGB

 RED value IS 193 (75.78% from 255) = 39.55%

 GREEN value IS 172 (67.58% from 255) = 35.25%

 BLUE value IS 123 (48.44% from 255) = 25.2%

R = 39.55%
G = 35.25%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1AC7B (or 0xC1AC7B) is known color: Ecru. HEX triplet: C1, AC and 7B. RGB value is (193,172,123). Sum of RGB (Red+Green+Blue) = 193+172+123=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AC7B is #3E5384. Grayscale: #ACACAC. Windows color (decimal): -4084613 or 8105153. OLE color: 8105153.

HSL color Cylindrical-coordinate representation of color #C1AC7B: hue angle of 42º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1AC7B is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 172 123 -
CMYK 0 0.11 0.36 0.24
HSL 42º 0.36% 0.62% -
HSV(B) 42º 0.36% 0.76% -
XYZ 40.32 42.27 24.77 -
YUV 172.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 193 172 123 0 0.11 0.36 0.24 42 0.36 0.62
Hex C1 AC 7B 0 B 24 18 2A 24 3E
Octal 301 254 173 0 13 44 30 52 44 76
Binary 11000001 10101100 1111011 0 1011 100100 11000 101010 100100 111110

Color Harmonies of #C1AC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AC7B

Black with #C1AC7B

Text Example


Text Example

White with #C1AC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AC7B; }

 p { color: rgb(193,172,123); }

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

background-color css

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

 a { background-color: rgb(193,172,123); }

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

border-color css

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

 span { border-color: rgb(193,172,123); }

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