Html Css Color HEX #C0B288 Ecru

📋 copy color: '#C0B288'

red 192 ◦ green 178 ◦ blue 136

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

Shades of Ecru #C0B288

Tints of Ecru #C0B288

RGB

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

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

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

R = 37.94%
G = 35.18%
B = 26.88%

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

#C0B288 (or 0xC0B288) is known color: Ecru. HEX triplet: C0, B2 and 88. RGB value is (192,178,136). Sum of RGB (Red+Green+Blue) = 192+178+136=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B288 is #3F4D77. Grayscale: #B1B1B1. Windows color (decimal): -4148600 or 8958656. OLE color: 8958656.

HSL color Cylindrical-coordinate representation of color #C0B288: hue angle of 45º 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 #C0B288 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 178 136 -
CMYK 0 0.07 0.29 0.25
HSL 45º 0.31% 0.64% -
HSV(B) 45º 0.29% 0.75% -
XYZ 42.1 44.82 29.73 -
YUV 177.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 192 178 136 0 0.07 0.29 0.25 45 0.31 0.64
Hex C0 B2 88 0 7 1D 19 2D 1F 40
Octal 300 262 210 0 7 35 31 55 37 100
Binary 11000000 10110010 10001000 0 111 11101 11001 101101 11111 1000000

Color Harmonies of #C0B288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B288

Black with #C0B288

Text Example


Text Example

White with #C0B288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B288; }

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

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

background-color css

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

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

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

border-color css

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

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

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