Html Css Color HEX #C0B388 Ecru

📋 copy color: '#C0B388'

red 192 ◦ green 179 ◦ blue 136

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

Shades of Ecru #C0B388

Tints of Ecru #C0B388

RGB

 RED value IS 192 (75.39% from 255) = 37.87%

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

 BLUE value IS 136 (53.52% from 255) = 26.82%

R = 37.87%
G = 35.31%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C0B388 (or 0xC0B388) is known color: Ecru. HEX triplet: C0, B3 and 88. RGB value is (192,179,136). Sum of RGB (Red+Green+Blue) = 192+179+136=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B388 is #3F4C77. Grayscale: #B2B2B2. Windows color (decimal): -4148344 or 8958912. OLE color: 8958912.

HSL color Cylindrical-coordinate representation of color #C0B388: hue angle of 46.07º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0B388 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 179 136 -
CMYK 0 0.07 0.29 0.25
HSL 46.07º 0.31% 0.64% -
HSV(B) 46.07º 0.29% 0.75% -
XYZ 42.3 45.22 29.79 -
YUV 177.99 104.31 138 -
System Red Green Blue C M Y K H S L
Decimal 192 179 136 0 0.07 0.29 0.25 46.07 0.31 0.64
Hex C0 B3 88 0 7 1D 19 2E 1F 40
Octal 300 263 210 0 7 35 31 56 37 100
Binary 11000000 10110011 10001000 0 111 11101 11001 101110 11111 1000000

Color Harmonies of #C0B388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B388

Black with #C0B388

Text Example


Text Example

White with #C0B388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B388; }

 p { color: rgb(192,179,136); }

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

background-color css

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

 a { background-color: rgb(192,179,136); }

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

border-color css

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

 span { border-color: rgb(192,179,136); }

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