Html Css Color HEX #C0B27E Ecru

📋 copy color: '#C0B27E'

red 192 ◦ green 178 ◦ blue 126

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

Shades of Ecru #C0B27E

Tints of Ecru #C0B27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.4%

R = 38.71%
G = 35.89%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0B27E (or 0xC0B27E) is known color: Ecru. HEX triplet: C0, B2 and 7E. RGB value is (192,178,126). Sum of RGB (Red+Green+Blue) = 192+178+126=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 178 (69.92% from 255 or 35.89% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B27E is #3F4D81. Grayscale: #B0B0B0. Windows color (decimal): -4148610 or 8303296. OLE color: 8303296.

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

Color convert

RGB 192 178 126 -
CMYK 0 0.07 0.34 0.25
HSL 47.27º 0.34% 0.62% -
HSV(B) 47.27º 0.34% 0.75% -
XYZ 41.42 44.55 26.16 -
YUV 176.26 99.64 139.23 -
System Red Green Blue C M Y K H S L
Decimal 192 178 126 0 0.07 0.34 0.25 47.27 0.34 0.62
Hex C0 B2 7E 0 7 22 19 2F 22 3E
Octal 300 262 176 0 7 42 31 57 42 76
Binary 11000000 10110010 1111110 0 111 100010 11001 101111 100010 111110

Color Harmonies of #C0B27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B27E

Black with #C0B27E

Text Example


Text Example

White with #C0B27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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