Html Css Color HEX #C0B47B Ecru

📋 copy color: '#C0B47B'

red 192 ◦ green 180 ◦ blue 123

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

Shades of Ecru #C0B47B

Tints of Ecru #C0B47B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.36%

 BLUE value IS 123 (48.44% from 255) = 24.85%

R = 38.79%
G = 36.36%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0B47B (or 0xC0B47B) is known color: Ecru. HEX triplet: C0, B4 and 7B. RGB value is (192,180,123). Sum of RGB (Red+Green+Blue) = 192+180+123=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B47B is #3F4B84. Grayscale: #B1B1B1. Windows color (decimal): -4148101 or 8107200. OLE color: 8107200.

HSL color Cylindrical-coordinate representation of color #C0B47B: hue angle of 49.57º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0B47B is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 180 123 -
CMYK 0 0.06 0.36 0.25
HSL 49.57º 0.35% 0.62% -
HSV(B) 49.57º 0.36% 0.75% -
XYZ 41.63 45.28 25.28 -
YUV 177.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 192 180 123 0 0.06 0.36 0.25 49.57 0.35 0.62
Hex C0 B4 7B 0 6 24 19 32 23 3E
Octal 300 264 173 0 6 44 31 62 43 76
Binary 11000000 10110100 1111011 0 110 100100 11001 110010 100011 111110

Color Harmonies of #C0B47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B47B

Black with #C0B47B

Text Example


Text Example

White with #C0B47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B47B; }

 p { color: rgb(192,180,123); }

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

background-color css

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

 a { background-color: rgb(192,180,123); }

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

border-color css

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

 span { border-color: rgb(192,180,123); }

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