Html Css Color HEX #CBB37D Ecru

📋 copy color: '#CBB37D'

red 203 ◦ green 179 ◦ blue 125

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

Shades of Ecru #CBB37D

Tints of Ecru #CBB37D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.31%

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

R = 40.04%
G = 35.31%
B = 24.65%

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

#CBB37D (or 0xCBB37D) is known color: Ecru. HEX triplet: CB, B3 and 7D. RGB value is (203,179,125). Sum of RGB (Red+Green+Blue) = 203+179+125=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB37D is #344C82. Grayscale: #B4B4B4. Windows color (decimal): -3427459 or 8238027. OLE color: 8238027.

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

Color convert

RGB 203 179 125 -
CMYK 0 0.12 0.38 0.20
HSL 41.54º 0.43% 0.64% -
HSV(B) 41.54º 0.38% 0.8% -
XYZ 44.45 46.42 26.02 -
YUV 180.02 96.95 144.39 -
System Red Green Blue C M Y K H S L
Decimal 203 179 125 0 0.12 0.38 0.20 41.54 0.43 0.64
Hex CB B3 7D 0 C 26 14 2A 2B 40
Octal 313 263 175 0 14 46 24 52 53 100
Binary 11001011 10110011 1111101 0 1100 100110 10100 101010 101011 1000000

Color Harmonies of #CBB37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB37D

Black with #CBB37D

Text Example


Text Example

White with #CBB37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB37D; }

 p { color: rgb(203,179,125); }

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

background-color css

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

 a { background-color: rgb(203,179,125); }

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

border-color css

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

 span { border-color: rgb(203,179,125); }

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