Html Css Color HEX #CBB27E Ecru

📋 copy color: '#CBB27E'

red 203 ◦ green 178 ◦ blue 126

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

Shades of Ecru #CBB27E

Tints of Ecru #CBB27E

RGB

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

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

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

R = 40.04%
G = 35.11%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CBB27E (or 0xCBB27E) is known color: Ecru. HEX triplet: CB, B2 and 7E. RGB value is (203,178,126). Sum of RGB (Red+Green+Blue) = 203+178+126=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB27E is #344D81. Grayscale: #B3B3B3. Windows color (decimal): -3427714 or 8303307. OLE color: 8303307.

HSL color Cylindrical-coordinate representation of color #CBB27E: hue angle of 40.52º 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 #CBB27E is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 178 126 -
CMYK 0 0.12 0.38 0.20
HSL 40.52º 0.43% 0.65% -
HSV(B) 40.52º 0.38% 0.8% -
XYZ 44.31 46.04 26.29 -
YUV 179.55 97.78 144.73 -
System Red Green Blue C M Y K H S L
Decimal 203 178 126 0 0.12 0.38 0.20 40.52 0.43 0.65
Hex CB B2 7E 0 C 26 14 29 2B 41
Octal 313 262 176 0 14 46 24 51 53 101
Binary 11001011 10110010 1111110 0 1100 100110 10100 101001 101011 1000001

Color Harmonies of #CBB27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB27E

Black with #CBB27E

Text Example


Text Example

White with #CBB27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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