#CCBA78

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

Shades of Yuma #CCBA78

Tints of Yuma #CCBA78

Color information

#CCBA78 (or 0xCCBA78) is unknown color: approx Yuma. HEX triplet: CC, BA and 78. RGB value is (204,186,120). Sum of RGB (Red+Green+Blue) = 204+186+120=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA78 is #334587. Grayscale: #B8B8B8. Windows color (decimal): -3360136 or 7912140. OLE color: 7912140.

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

Color convert

RGB204186120-
CMYK00.090.410.2
HSL47.14º45.16%63.53%-
HSV(B)47.14º41.18%80%-
XYZ45.8549.3124.87-
YUV183.8691.96142.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 120 (47.27% from 255) = 23.53%
R=40%
G=36.47%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418612000.090.410.247.1445.1663.53
HexCCBA780929142f2d40
Octal31427217001151245755100
Binary1100110010111010111100001001101001101001011111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA78; }

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

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

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

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

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

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

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

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