Html Css Color HEX #C8B282 Ecru

📋 copy color: '#C8B282'

red 200 ◦ green 178 ◦ blue 130

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

Shades of Ecru #C8B282

Tints of Ecru #C8B282

RGB

 RED value IS 200 (78.52% from 255) = 39.37%

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

 BLUE value IS 130 (51.17% from 255) = 25.59%

R = 39.37%
G = 35.04%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C8B282 (or 0xC8B282) is known color: Ecru. HEX triplet: C8, B2 and 82. RGB value is (200,178,130). Sum of RGB (Red+Green+Blue) = 200+178+130=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B282 is #374D7D. Grayscale: #B3B3B3. Windows color (decimal): -3624318 or 8565448. OLE color: 8565448.

HSL color Cylindrical-coordinate representation of color #C8B282: hue angle of 41.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8B282 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 178 130 -
CMYK 0 0.11 0.35 0.22
HSL 41.14º 0.39% 0.65% -
HSV(B) 41.14º 0.35% 0.78% -
XYZ 43.77 45.73 27.64 -
YUV 179.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 200 178 130 0 0.11 0.35 0.22 41.14 0.39 0.65
Hex C8 B2 82 0 B 23 16 29 27 41
Octal 310 262 202 0 13 43 26 51 47 101
Binary 11001000 10110010 10000010 0 1011 100011 10110 101001 100111 1000001

Color Harmonies of #C8B282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B282

Black with #C8B282

Text Example


Text Example

White with #C8B282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B282; }

 p { color: rgb(200,178,130); }

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

background-color css

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

 a { background-color: rgb(200,178,130); }

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

border-color css

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

 span { border-color: rgb(200,178,130); }

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