#CBB384

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

Shades of Yuma #CBB384

Tints of Yuma #CBB384

Color information

#CBB384 (or 0xCBB384) is unknown color: approx Yuma. HEX triplet: CB, B3 and 84. RGB value is (203,179,132). Sum of RGB (Red+Green+Blue) = 203+179+132=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB384 is #344C7B. Grayscale: #B5B5B5. Windows color (decimal): -3427452 or 8696779. OLE color: 8696779.

HSL color Cylindrical-coordinate representation of color #CBB384: hue angle of 39.72º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBB384 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB203179132-
CMYK00.120.350.20
HSL39.72º40.57%65.69%-
HSV(B)39.72º34.98%79.61%-
XYZ44.9146.628.46-
YUV180.82100.45143.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 179 (70.31% from 255) = 34.82%
BLUE value IS 132 (51.95% from 255) = 25.68%
R=39.49%
G=34.82%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317913200.120.350.2039.7240.5765.69
HexCBB3840C2314282942
Octal31326320401443245051102
Binary11001011101100111000010001100100011101001010001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB384; }

 p { color: rgb(203,179,132); }

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

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

 a { background-color: rgb(203,179,132); }

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

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

 span { border-color: rgb(203,179,132); }

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