#CCBA75

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

Shades of Yuma #CCBA75

Tints of Yuma #CCBA75

Color information

#CCBA75 (or 0xCCBA75) is unknown color: approx Yuma. HEX triplet: CC, BA and 75. RGB value is (204,186,117). Sum of RGB (Red+Green+Blue) = 204+186+117=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA75 is #33458A. Grayscale: #B7B7B7. Windows color (decimal): -3360139 or 7715532. OLE color: 7715532.

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

Color convert

RGB204186117-
CMYK00.090.430.2
HSL47.59º46.03%62.94%-
HSV(B)47.59º42.65%80%-
XYZ45.6749.2423.93-
YUV183.5290.46142.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 186 (73.05% from 255) = 36.69%
BLUE value IS 117 (46.09% from 255) = 23.08%
R=40.24%
G=36.69%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418611700.090.430.247.5946.0362.94
HexCCBA75092B14302e3f
Octal3142721650115324605677
Binary110011001011101011101010100110101110100110000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA75; }

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

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

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

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

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

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

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

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