Html Css Color HEX #C2B38B Ecru

📋 copy color: '#C2B38B'

red 194 ◦ green 179 ◦ blue 139

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

Shades of Ecru #C2B38B

Tints of Ecru #C2B38B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.96%

 BLUE value IS 139 (54.69% from 255) = 27.15%

R = 37.89%
G = 34.96%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2B38B (or 0xC2B38B) is known color: Ecru. HEX triplet: C2, B3 and 8B. RGB value is (194,179,139). Sum of RGB (Red+Green+Blue) = 194+179+139=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B38B is #3D4C74. Grayscale: #B3B3B3. Windows color (decimal): -4017269 or 9155522. OLE color: 9155522.

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

Color convert

RGB 194 179 139 -
CMYK 0 0.08 0.28 0.24
HSL 43.64º 0.31% 0.65% -
HSV(B) 43.64º 0.28% 0.76% -
XYZ 43.03 45.57 30.95 -
YUV 178.93 105.47 138.75 -
System Red Green Blue C M Y K H S L
Decimal 194 179 139 0 0.08 0.28 0.24 43.64 0.31 0.65
Hex C2 B3 8B 0 8 1C 18 2C 1F 41
Octal 302 263 213 0 10 34 30 54 37 101
Binary 11000010 10110011 10001011 0 1000 11100 11000 101100 11111 1000001

Color Harmonies of #C2B38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B38B

Black with #C2B38B

Text Example


Text Example

White with #C2B38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B38B; }

 p { color: rgb(194,179,139); }

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

background-color css

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

 a { background-color: rgb(194,179,139); }

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

border-color css

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

 span { border-color: rgb(194,179,139); }

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