Html Css Color HEX #CBB27F Ecru

📋 copy color: '#CBB27F'

red 203 ◦ green 178 ◦ blue 127

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

Shades of Ecru #CBB27F

Tints of Ecru #CBB27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25%

R = 39.96%
G = 35.04%
B = 25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CBB27F (or 0xCBB27F) is known color: Ecru. HEX triplet: CB, B2 and 7F. RGB value is (203,178,127). Sum of RGB (Red+Green+Blue) = 203+178+127=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB27F is #344D80. Grayscale: #B3B3B3. Windows color (decimal): -3427713 or 8368843. OLE color: 8368843.

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

Color convert

RGB 203 178 127 -
CMYK 0 0.12 0.37 0.20
HSL 40.26º 0.42% 0.65% -
HSV(B) 40.26º 0.37% 0.8% -
XYZ 44.38 46.07 26.63 -
YUV 179.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 203 178 127 0 0.12 0.37 0.20 40.26 0.42 0.65
Hex CB B2 7F 0 C 25 14 28 2A 41
Octal 313 262 177 0 14 45 24 50 52 101
Binary 11001011 10110010 1111111 0 1100 100101 10100 101000 101010 1000001

Color Harmonies of #CBB27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB27F

Black with #CBB27F

Text Example


Text Example

White with #CBB27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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