#CCB680

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

Shades of Yuma #CCB680

Tints of Yuma #CCB680

Color information

#CCB680 (or 0xCCB680) is unknown color: approx Yuma. HEX triplet: CC, B6 and 80. RGB value is (204,182,128). Sum of RGB (Red+Green+Blue) = 204+182+128=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB680 is #33497F. Grayscale: #B6B6B6. Windows color (decimal): -3361152 or 8435404. OLE color: 8435404.

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

Color convert

RGB204182128-
CMYK00.110.370.2
HSL42.63º42.7%65.1%-
HSV(B)42.63º37.25%80%-
XYZ45.5347.8527.26-
YUV182.4297.29143.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.69%
GREEN value IS 182 (71.48% from 255) = 35.41%
BLUE value IS 128 (50.39% from 255) = 24.90%
R=39.69%
G=35.41%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418212800.110.370.242.6342.765.1
HexCCB6800B25142b2b41
Octal31426620001345245353101
Binary11001100101101101000000001011100101101001010111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB680; }

 p { color: rgb(204,182,128); }

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

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

 a { background-color: rgb(204,182,128); }

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

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

 span { border-color: rgb(204,182,128); }

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