Html Css Color HEX #C1B07E Ecru

📋 copy color: '#C1B07E'

red 193 ◦ green 176 ◦ blue 126

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

Shades of Ecru #C1B07E

Tints of Ecru #C1B07E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.56%

 BLUE value IS 126 (49.61% from 255) = 25.45%

R = 38.99%
G = 35.56%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1B07E (or 0xC1B07E) is known color: Ecru. HEX triplet: C1, B0 and 7E. RGB value is (193,176,126). Sum of RGB (Red+Green+Blue) = 193+176+126=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B07E is #3E4F81. Grayscale: #AFAFAF. Windows color (decimal): -4083586 or 8302785. OLE color: 8302785.

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

Color convert

RGB 193 176 126 -
CMYK 0 0.09 0.35 0.24
HSL 44.78º 0.35% 0.63% -
HSV(B) 44.78º 0.35% 0.76% -
XYZ 41.28 43.89 26.04 -
YUV 175.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 193 176 126 0 0.09 0.35 0.24 44.78 0.35 0.63
Hex C1 B0 7E 0 9 23 18 2D 23 3F
Octal 301 260 176 0 11 43 30 55 43 77
Binary 11000001 10110000 1111110 0 1001 100011 11000 101101 100011 111111

Color Harmonies of #C1B07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B07E

Black with #C1B07E

Text Example


Text Example

White with #C1B07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B07E; }

 p { color: rgb(193,176,126); }

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

background-color css

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

 a { background-color: rgb(193,176,126); }

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

border-color css

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

 span { border-color: rgb(193,176,126); }

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