#CBB47C

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

Shades of Yuma #CBB47C

Tints of Yuma #CBB47C

Color information

#CBB47C (or 0xCBB47C) is unknown color: approx Yuma. HEX triplet: CB, B4 and 7C. RGB value is (203,180,124). Sum of RGB (Red+Green+Blue) = 203+180+124=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB47C is #344B83. Grayscale: #B4B4B4. Windows color (decimal): -3427204 or 8172747. OLE color: 8172747.

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

Color convert

RGB203180124-
CMYK00.110.390.20
HSL42.53º43.17%64.12%-
HSV(B)42.53º38.92%79.61%-
XYZ44.5946.7925.75-
YUV180.4996.12144.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 180 (70.70% from 255) = 35.50%
BLUE value IS 124 (48.83% from 255) = 24.46%
R=40.04%
G=35.50%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318012400.110.390.2042.5343.1764.12
HexCBB47C0B27142b2b40
Octal31326417401347245353100
Binary1100101110110100111110001011100111101001010111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB47C; }

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

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

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

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

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

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

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

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