Html Css Color HEX #C4B28A Ecru

📋 copy color: '#C4B28A'

red 196 ◦ green 178 ◦ blue 138

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

Shades of Ecru #C4B28A

Tints of Ecru #C4B28A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.77%

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 38.28%
G = 34.77%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4B28A (or 0xC4B28A) is known color: Ecru. HEX triplet: C4, B2 and 8A. RGB value is (196,178,138). Sum of RGB (Red+Green+Blue) = 196+178+138=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B28A is #3B4D75. Grayscale: #B3B3B3. Windows color (decimal): -3886454 or 9089732. OLE color: 9089732.

HSL color Cylindrical-coordinate representation of color #C4B28A: hue angle of 41.38º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4B28A is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 178 138 -
CMYK 0 0.09 0.30 0.23
HSL 41.38º 0.33% 0.65% -
HSV(B) 41.38º 0.3% 0.77% -
XYZ 43.27 45.41 30.53 -
YUV 178.82 104.96 140.25 -
System Red Green Blue C M Y K H S L
Decimal 196 178 138 0 0.09 0.30 0.23 41.38 0.33 0.65
Hex C4 B2 8A 0 9 1E 17 29 21 41
Octal 304 262 212 0 11 36 27 51 41 101
Binary 11000100 10110010 10001010 0 1001 11110 10111 101001 100001 1000001

Color Harmonies of #C4B28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B28A

Black with #C4B28A

Text Example


Text Example

White with #C4B28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B28A; }

 p { color: rgb(196,178,138); }

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

background-color css

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

 a { background-color: rgb(196,178,138); }

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

border-color css

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

 span { border-color: rgb(196,178,138); }

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