Html Css Color HEX #CBB283 Ecru

📋 copy color: '#CBB283'

red 203 ◦ green 178 ◦ blue 131

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

Shades of Ecru #CBB283

Tints of Ecru #CBB283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.59%

R = 39.65%
G = 34.77%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#CBB283 (or 0xCBB283) is known color: Ecru. HEX triplet: CB, B2 and 83. RGB value is (203,178,131). Sum of RGB (Red+Green+Blue) = 203+178+131=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB283 is #344D7C. Grayscale: #B4B4B4. Windows color (decimal): -3427709 or 8630987. OLE color: 8630987.

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

Color convert

RGB 203 178 131 -
CMYK 0 0.12 0.35 0.20
HSL 39.17º 0.41% 0.65% -
HSV(B) 39.17º 0.35% 0.8% -
XYZ 44.65 46.18 28.03 -
YUV 180.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 203 178 131 0 0.12 0.35 0.20 39.17 0.41 0.65
Hex CB B2 83 0 C 23 14 27 29 41
Octal 313 262 203 0 14 43 24 47 51 101
Binary 11001011 10110010 10000011 0 1100 100011 10100 100111 101001 1000001

Color Harmonies of #CBB283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB283

Black with #CBB283

Text Example


Text Example

White with #CBB283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB283; }

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

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

background-color css

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

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

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

border-color css

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

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

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