#CBB483

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

Shades of Yuma #CBB483

Tints of Yuma #CBB483

Color information

#CBB483 (or 0xCBB483) is unknown color: approx Yuma. HEX triplet: CB, B4 and 83. RGB value is (203,180,131). Sum of RGB (Red+Green+Blue) = 203+180+131=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB483 is #344B7C. Grayscale: #B5B5B5. Windows color (decimal): -3427197 or 8631499. OLE color: 8631499.

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

Color convert

RGB203180131-
CMYK00.110.350.20
HSL40.83º40.91%65.49%-
HSV(B)40.83º35.47%79.61%-
XYZ45.0546.9828.17-
YUV181.2999.62143.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 131 (51.56% from 255) = 25.49%
R=39.49%
G=35.02%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318013100.110.350.2040.8340.9165.49
HexCBB4830B2314292941
Octal31326420301343245151101
Binary11001011101101001000001101011100011101001010011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB483; }

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

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

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

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

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

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

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

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