#CBAE4A

Color #CBAE4A Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #CBAE4A

Tints of Sundance #CBAE4A

Color information

#CBAE4A (or 0xCBAE4A) is unknown color: approx Sundance. HEX triplet: CB, AE and 4A. RGB value is (203,174,74). Sum of RGB (Red+Green+Blue) = 203+174+74=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE4A is #3451B5. Grayscale: #ABABAB. Windows color (decimal): -3428790 or 4894411. OLE color: 4894411.

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

Color convert

RGB20317474-
CMYK00.140.640.20
HSL46.51º55.36%54.31%-
HSV(B)46.51º63.55%79.61%-
XYZ4143.4612.71-
YUV171.2773.11150.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 174 (68.36% from 255) = 38.58%
BLUE value IS 74 (29.30% from 255) = 16.41%
R=45.01%
G=38.58%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031747400.140.640.2046.5155.3654.31
HexCBAE4A0E40142f3736
Octal31325611201610024576766
Binary1100101110101110100101001110100000010100101111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE4A; }

 p { color: rgb(203,174,74); }

 H1.HeaderClassName
 {
   color: #CBAE4A;
 }
 .AnyTagClassName
 {
   color: #CBAE4A;
 }
</style>
background-color css

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

 a { background-color: rgb(203,174,74); }

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

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

 span { border-color: rgb(203,174,74); }

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