Html Css Color HEX #CBB27D Ecru

📋 copy color: '#CBB27D'

red 203 ◦ green 178 ◦ blue 125

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

Shades of Ecru #CBB27D

Tints of Ecru #CBB27D

RGB

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

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

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

R = 40.12%
G = 35.18%
B = 24.7%

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

#CBB27D (or 0xCBB27D) is known color: Ecru. HEX triplet: CB, B2 and 7D. RGB value is (203,178,125). Sum of RGB (Red+Green+Blue) = 203+178+125=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB27D is #344D82. Grayscale: #B3B3B3. Windows color (decimal): -3427715 or 8237771. OLE color: 8237771.

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

Color convert

RGB 203 178 125 -
CMYK 0 0.12 0.38 0.20
HSL 40.77º 0.43% 0.64% -
HSV(B) 40.77º 0.38% 0.8% -
XYZ 44.25 46.02 25.95 -
YUV 179.43 97.28 144.81 -
System Red Green Blue C M Y K H S L
Decimal 203 178 125 0 0.12 0.38 0.20 40.77 0.43 0.64
Hex CB B2 7D 0 C 26 14 29 2B 40
Octal 313 262 175 0 14 46 24 51 53 100
Binary 11001011 10110010 1111101 0 1100 100110 10100 101001 101011 1000000

Color Harmonies of #CBB27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB27D

Black with #CBB27D

Text Example


Text Example

White with #CBB27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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