Html Css Color HEX #C2B07D Ecru

📋 copy color: '#C2B07D'

red 194 ◦ green 176 ◦ blue 125

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

Shades of Ecru #C2B07D

Tints of Ecru #C2B07D

RGB

 RED value IS 194 (76.17% from 255) = 39.19%

 GREEN value IS 176 (69.14% from 255) = 35.56%

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

R = 39.19%
G = 35.56%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2B07D (or 0xC2B07D) is known color: Ecru. HEX triplet: C2, B0 and 7D. RGB value is (194,176,125). Sum of RGB (Red+Green+Blue) = 194+176+125=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B07D is #3D4F82. Grayscale: #AFAFAF. Windows color (decimal): -4018051 or 8237250. OLE color: 8237250.

HSL color Cylindrical-coordinate representation of color #C2B07D: hue angle of 44.35º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2B07D is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 125 -
CMYK 0 0.09 0.36 0.24
HSL 44.35º 0.36% 0.63% -
HSV(B) 44.35º 0.36% 0.76% -
XYZ 41.48 44 25.71 -
YUV 175.57 99.46 141.15 -
System Red Green Blue C M Y K H S L
Decimal 194 176 125 0 0.09 0.36 0.24 44.35 0.36 0.63
Hex C2 B0 7D 0 9 24 18 2C 24 3F
Octal 302 260 175 0 11 44 30 54 44 77
Binary 11000010 10110000 1111101 0 1001 100100 11000 101100 100100 111111

Color Harmonies of #C2B07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B07D

Black with #C2B07D

Text Example


Text Example

White with #C2B07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B07D; }

 p { color: rgb(194,176,125); }

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

background-color css

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

 a { background-color: rgb(194,176,125); }

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

border-color css

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

 span { border-color: rgb(194,176,125); }

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