#CBB47D

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

Shades of Yuma #CBB47D

Tints of Yuma #CBB47D

Color information

#CBB47D (or 0xCBB47D) is unknown color: approx Yuma. HEX triplet: CB, B4 and 7D. RGB value is (203,180,125). Sum of RGB (Red+Green+Blue) = 203+180+125=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB47D is #344B82. Grayscale: #B4B4B4. Windows color (decimal): -3427203 or 8238283. OLE color: 8238283.

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

Color convert

RGB203180125-
CMYK00.110.380.20
HSL42.31º42.86%64.31%-
HSV(B)42.31º38.42%79.61%-
XYZ44.6546.8226.09-
YUV180.6196.62143.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 180 (70.70% from 255) = 35.43%
BLUE value IS 125 (49.22% from 255) = 24.61%
R=39.96%
G=35.43%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318012500.110.380.2042.3142.8664.31
HexCBB47D0B26142a2b40
Octal31326417501346245253100
Binary1100101110110100111110101011100110101001010101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB47D; }

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

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

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

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

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

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

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

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