#CCBB75

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

Shades of Yuma #CCBB75

Tints of Yuma #CCBB75

Color information

#CCBB75 (or 0xCCBB75) is unknown color: approx Yuma. HEX triplet: CC, BB and 75. RGB value is (204,187,117). Sum of RGB (Red+Green+Blue) = 204+187+117=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBB75 is #33448A. Grayscale: #B8B8B8. Windows color (decimal): -3359883 or 7715788. OLE color: 7715788.

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

Color convert

RGB204187117-
CMYK00.080.430.2
HSL48.28º46.03%62.94%-
HSV(B)48.28º42.65%80%-
XYZ45.8849.6624-
YUV184.190.13142.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 187 (73.44% from 255) = 36.81%
BLUE value IS 117 (46.09% from 255) = 23.03%
R=40.16%
G=36.81%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418711700.080.430.248.2846.0362.94
HexCCBB75082B14302e3f
Octal3142731650105324605677
Binary110011001011101111101010100010101110100110000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB75; }

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

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

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

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

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

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

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

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