Html Css Color HEX #C2B085 Ecru

📋 copy color: '#C2B085'

red 194 ◦ green 176 ◦ blue 133

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

Shades of Ecru #C2B085

Tints of Ecru #C2B085

RGB

 RED value IS 194 (76.17% from 255) = 38.57%

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

 BLUE value IS 133 (52.34% from 255) = 26.44%

R = 38.57%
G = 34.99%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C2B085 (or 0xC2B085) is known color: Ecru. HEX triplet: C2, B0 and 85. RGB value is (194,176,133). Sum of RGB (Red+Green+Blue) = 194+176+133=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B085 is #3D4F7A. Grayscale: #B0B0B0. Windows color (decimal): -4018043 or 8761538. OLE color: 8761538.

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

Color convert

RGB 194 176 133 -
CMYK 0 0.09 0.31 0.24
HSL 42.3º 0.33% 0.64% -
HSV(B) 42.3º 0.31% 0.76% -
XYZ 42.01 44.21 28.51 -
YUV 176.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 194 176 133 0 0.09 0.31 0.24 42.3 0.33 0.64
Hex C2 B0 85 0 9 1F 18 2A 21 40
Octal 302 260 205 0 11 37 30 52 41 100
Binary 11000010 10110000 10000101 0 1001 11111 11000 101010 100001 1000000

Color Harmonies of #C2B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B085

Black with #C2B085

Text Example


Text Example

White with #C2B085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B085; }

 p { color: rgb(194,176,133); }

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

background-color css

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

 a { background-color: rgb(194,176,133); }

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

border-color css

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

 span { border-color: rgb(194,176,133); }

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