#CCBA7E

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

Shades of Yuma #CCBA7E

Tints of Yuma #CCBA7E

Color information

#CCBA7E (or 0xCCBA7E) is unknown color: approx Yuma. HEX triplet: CC, BA and 7E. RGB value is (204,186,126). Sum of RGB (Red+Green+Blue) = 204+186+126=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA7E is #334581. Grayscale: #B8B8B8. Windows color (decimal): -3360130 or 8305356. OLE color: 8305356.

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

Color convert

RGB204186126-
CMYK00.090.380.2
HSL46.15º43.33%64.71%-
HSV(B)46.15º38.24%80%-
XYZ46.2349.4626.85-
YUV184.5494.96141.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 186 (73.05% from 255) = 36.05%
BLUE value IS 126 (49.61% from 255) = 24.42%
R=39.53%
G=36.05%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418612600.090.380.246.1543.3364.71
HexCCBA7E0926142e2b41
Octal31427217601146245653101
Binary1100110010111010111111001001100110101001011101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA7E; }

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

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

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

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

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

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

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

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