Html Css Color HEX #CBB27C Ecru

📋 copy color: '#CBB27C'

red 203 ◦ green 178 ◦ blue 124

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

Shades of Ecru #CBB27C

Tints of Ecru #CBB27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.55%

R = 40.2%
G = 35.25%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CBB27C (or 0xCBB27C) is known color: Ecru. HEX triplet: CB, B2 and 7C. RGB value is (203,178,124). Sum of RGB (Red+Green+Blue) = 203+178+124=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 124 (48.83% from 255 or 24.55% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB27C is #344D83. Grayscale: #B3B3B3. Windows color (decimal): -3427716 or 8172235. OLE color: 8172235.

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

Color convert

RGB 203 178 124 -
CMYK 0 0.12 0.39 0.20
HSL 41.01º 0.43% 0.64% -
HSV(B) 41.01º 0.39% 0.8% -
XYZ 44.19 45.99 25.62 -
YUV 179.32 96.78 144.89 -
System Red Green Blue C M Y K H S L
Decimal 203 178 124 0 0.12 0.39 0.20 41.01 0.43 0.64
Hex CB B2 7C 0 C 27 14 29 2B 40
Octal 313 262 174 0 14 47 24 51 53 100
Binary 11001011 10110010 1111100 0 1100 100111 10100 101001 101011 1000000

Color Harmonies of #CBB27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB27C

Black with #CBB27C

Text Example


Text Example

White with #CBB27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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