Html Css Color HEX #C0B27B Ecru

📋 copy color: '#C0B27B'

red 192 ◦ green 178 ◦ blue 123

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

Shades of Ecru #C0B27B

Tints of Ecru #C0B27B

RGB

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

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

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

R = 38.95%
G = 36.11%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0B27B (or 0xC0B27B) is known color: Ecru. HEX triplet: C0, B2 and 7B. RGB value is (192,178,123). Sum of RGB (Red+Green+Blue) = 192+178+123=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 123 (48.44% from 255 or 24.95% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B27B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B27B is #3F4D84. Grayscale: #B0B0B0. Windows color (decimal): -4148613 or 8106688. OLE color: 8106688.

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

Color convert

RGB 192 178 123 -
CMYK 0 0.07 0.36 0.25
HSL 47.83º 0.35% 0.62% -
HSV(B) 47.83º 0.36% 0.75% -
XYZ 41.23 44.48 25.15 -
YUV 175.92 98.14 139.47 -
System Red Green Blue C M Y K H S L
Decimal 192 178 123 0 0.07 0.36 0.25 47.83 0.35 0.62
Hex C0 B2 7B 0 7 24 19 30 23 3E
Octal 300 262 173 0 7 44 31 60 43 76
Binary 11000000 10110010 1111011 0 111 100100 11001 110000 100011 111110

Color Harmonies of #C0B27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B27B

Black with #C0B27B

Text Example


Text Example

White with #C0B27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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