#CCBA7B

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

Shades of Yuma #CCBA7B

Tints of Yuma #CCBA7B

Color information

#CCBA7B (or 0xCCBA7B) is unknown color: approx Yuma. HEX triplet: CC, BA and 7B. RGB value is (204,186,123). Sum of RGB (Red+Green+Blue) = 204+186+123=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA7B is #334584. Grayscale: #B8B8B8. Windows color (decimal): -3360133 or 8108748. OLE color: 8108748.

HSL color Cylindrical-coordinate representation of color #CCBA7B: hue angle of 46.67º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCBA7B is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204186123-
CMYK00.090.400.2
HSL46.67º44.26%64.12%-
HSV(B)46.67º39.71%80%-
XYZ46.0449.3925.84-
YUV184.293.46142.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 123 (48.44% from 255) = 23.98%
R=39.77%
G=36.26%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418612300.090.400.246.6744.2664.12
HexCCBA7B0928142f2c40
Octal31427217301150245754100
Binary1100110010111010111101101001101000101001011111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA7B; }

 p { color: rgb(204,186,123); }

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

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

 a { background-color: rgb(204,186,123); }

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

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

 span { border-color: rgb(204,186,123); }

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