#CBB583

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

Shades of Yuma #CBB583

Tints of Yuma #CBB583

Color information

#CBB583 (or 0xCBB583) is unknown color: approx Yuma. HEX triplet: CB, B5 and 83. RGB value is (203,181,131). Sum of RGB (Red+Green+Blue) = 203+181+131=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB583 is #344A7C. Grayscale: #B6B6B6. Windows color (decimal): -3426941 or 8631755. OLE color: 8631755.

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

Color convert

RGB203181131-
CMYK00.110.350.20
HSL41.67º40.91%65.49%-
HSV(B)41.67º35.47%79.61%-
XYZ45.2547.3828.23-
YUV181.8899.29143.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.42%
GREEN value IS 181 (71.09% from 255) = 35.15%
BLUE value IS 131 (51.56% from 255) = 25.44%
R=39.42%
G=35.15%
B=25.44%

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
Decimal20318113100.110.350.2041.6740.9165.49
HexCBB5830B23142a2941
Octal31326520301343245251101
Binary11001011101101011000001101011100011101001010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB583; }

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

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

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

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

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

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

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

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