#CCB97F

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

Shades of Yuma #CCB97F

Tints of Yuma #CCB97F

Color information

#CCB97F (or 0xCCB97F) is unknown color: approx Yuma. HEX triplet: CC, B9 and 7F. RGB value is (204,185,127). Sum of RGB (Red+Green+Blue) = 204+185+127=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB97F is #334680. Grayscale: #B8B8B8. Windows color (decimal): -3360385 or 8370636. OLE color: 8370636.

HSL color Cylindrical-coordinate representation of color #CCB97F: hue angle of 45.19º 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 #CCB97F is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB204185127-
CMYK00.090.380.2
HSL45.19º43.02%64.9%-
HSV(B)45.19º37.75%80%-
XYZ46.0849.0727.12-
YUV184.0795.79142.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 185 (72.66% from 255) = 35.85%
BLUE value IS 127 (50% from 255) = 24.61%
R=39.53%
G=35.85%
B=24.61%

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
Decimal20418512700.090.380.245.1943.0264.9
HexCCB97F0926142d2b41
Octal31427117701146245553101
Binary1100110010111001111111101001100110101001011011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB97F; }

 p { color: rgb(204,185,127); }

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

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

 a { background-color: rgb(204,185,127); }

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

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

 span { border-color: rgb(204,185,127); }

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