Html Css Color HEX #CBB07E Ecru

📋 copy color: '#CBB07E'

red 203 ◦ green 176 ◦ blue 126

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

Shades of Ecru #CBB07E

Tints of Ecru #CBB07E

RGB

 RED value IS 203 (79.69% from 255) = 40.2%

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

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

R = 40.2%
G = 34.85%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CBB07E (or 0xCBB07E) is known color: Ecru. HEX triplet: CB, B0 and 7E. RGB value is (203,176,126). Sum of RGB (Red+Green+Blue) = 203+176+126=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB07E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB07E is #344F81. Grayscale: #B2B2B2. Windows color (decimal): -3428226 or 8302795. OLE color: 8302795.

HSL color Cylindrical-coordinate representation of color #CBB07E: hue angle of 38.96º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBB07E is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 176 126 -
CMYK 0 0.13 0.38 0.20
HSL 38.96º 0.43% 0.65% -
HSV(B) 38.96º 0.38% 0.8% -
XYZ 43.92 45.25 26.16 -
YUV 178.37 98.45 145.57 -
System Red Green Blue C M Y K H S L
Decimal 203 176 126 0 0.13 0.38 0.20 38.96 0.43 0.65
Hex CB B0 7E 0 D 26 14 27 2B 41
Octal 313 260 176 0 15 46 24 47 53 101
Binary 11001011 10110000 1111110 0 1101 100110 10100 100111 101011 1000001

Color Harmonies of #CBB07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB07E

Black with #CBB07E

Text Example


Text Example

White with #CBB07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB07E; }

 p { color: rgb(203,176,126); }

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

background-color css

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

 a { background-color: rgb(203,176,126); }

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

border-color css

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

 span { border-color: rgb(203,176,126); }

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