Html Css Color HEX #C0B27F Ecru

📋 copy color: '#C0B27F'

red 192 ◦ green 178 ◦ blue 127

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

Shades of Ecru #C0B27F

Tints of Ecru #C0B27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.55%

R = 38.63%
G = 35.81%
B = 25.55%

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

#C0B27F (or 0xC0B27F) is known color: Ecru. HEX triplet: C0, B2 and 7F. RGB value is (192,178,127). Sum of RGB (Red+Green+Blue) = 192+178+127=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B27F is #3F4D80. Grayscale: #B0B0B0. Windows color (decimal): -4148609 or 8368832. OLE color: 8368832.

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

Color convert

RGB 192 178 127 -
CMYK 0 0.07 0.34 0.25
HSL 47.08º 0.34% 0.63% -
HSV(B) 47.08º 0.34% 0.75% -
XYZ 41.49 44.58 26.5 -
YUV 176.37 100.14 139.15 -
System Red Green Blue C M Y K H S L
Decimal 192 178 127 0 0.07 0.34 0.25 47.08 0.34 0.63
Hex C0 B2 7F 0 7 22 19 2F 22 3F
Octal 300 262 177 0 7 42 31 57 42 77
Binary 11000000 10110010 1111111 0 111 100010 11001 101111 100010 111111

Color Harmonies of #C0B27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B27F

Black with #C0B27F

Text Example


Text Example

White with #C0B27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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