Html Css Color HEX #C0B27D Ecru

📋 copy color: '#C0B27D'

red 192 ◦ green 178 ◦ blue 125

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

Shades of Ecru #C0B27D

Tints of Ecru #C0B27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.25%

R = 38.79%
G = 35.96%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0B27D (or 0xC0B27D) is known color: Ecru. HEX triplet: C0, B2 and 7D. RGB value is (192,178,125). Sum of RGB (Red+Green+Blue) = 192+178+125=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B27D is #3F4D82. Grayscale: #B0B0B0. Windows color (decimal): -4148611 or 8237760. OLE color: 8237760.

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

Color convert

RGB 192 178 125 -
CMYK 0 0.07 0.35 0.25
HSL 47.46º 0.35% 0.62% -
HSV(B) 47.46º 0.35% 0.75% -
XYZ 41.36 44.53 25.82 -
YUV 176.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 192 178 125 0 0.07 0.35 0.25 47.46 0.35 0.62
Hex C0 B2 7D 0 7 23 19 2F 23 3E
Octal 300 262 175 0 7 43 31 57 43 76
Binary 11000000 10110010 1111101 0 111 100011 11001 101111 100011 111110

Color Harmonies of #C0B27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B27D

Black with #C0B27D

Text Example


Text Example

White with #C0B27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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