Html Css Color HEX #C4B07A Ecru

📋 copy color: '#C4B07A'

red 196 ◦ green 176 ◦ blue 122

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

Shades of Ecru #C4B07A

Tints of Ecru #C4B07A

RGB

 RED value IS 196 (76.95% from 255) = 39.68%

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

 BLUE value IS 122 (48.05% from 255) = 24.7%

R = 39.68%
G = 35.63%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4B07A (or 0xC4B07A) is known color: Ecru. HEX triplet: C4, B0 and 7A. RGB value is (196,176,122). Sum of RGB (Red+Green+Blue) = 196+176+122=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B07A is #3B4F85. Grayscale: #B0B0B0. Windows color (decimal): -3886982 or 8040644. OLE color: 8040644.

HSL color Cylindrical-coordinate representation of color #C4B07A: hue angle of 43.78º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4B07A is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 176 122 -
CMYK 0 0.10 0.38 0.23
HSL 43.78º 0.39% 0.62% -
HSV(B) 43.78º 0.38% 0.77% -
XYZ 41.8 44.19 24.74 -
YUV 175.82 97.63 142.39 -
System Red Green Blue C M Y K H S L
Decimal 196 176 122 0 0.10 0.38 0.23 43.78 0.39 0.62
Hex C4 B0 7A 0 A 26 17 2C 27 3E
Octal 304 260 172 0 12 46 27 54 47 76
Binary 11000100 10110000 1111010 0 1010 100110 10111 101100 100111 111110

Color Harmonies of #C4B07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B07A

Black with #C4B07A

Text Example


Text Example

White with #C4B07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B07A; }

 p { color: rgb(196,176,122); }

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

background-color css

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

 a { background-color: rgb(196,176,122); }

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

border-color css

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

 span { border-color: rgb(196,176,122); }

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