#CCBC75

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

Shades of Yuma #CCBC75

Tints of Yuma #CCBC75

Color information

#CCBC75 (or 0xCCBC75) is unknown color: approx Yuma. HEX triplet: CC, BC and 75. RGB value is (204,188,117). Sum of RGB (Red+Green+Blue) = 204+188+117=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC75 is #33438A. Grayscale: #B8B8B8. Windows color (decimal): -3359627 or 7716044. OLE color: 7716044.

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

Color convert

RGB204188117-
CMYK00.080.430.2
HSL48.97º46.03%62.94%-
HSV(B)48.97º42.65%80%-
XYZ46.150.0924.07-
YUV184.6989.8141.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=40.08%
G=36.94%
B=22.99%

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
Decimal20418811700.080.430.248.9746.0362.94
HexCCBC75082B14312e3f
Octal3142741650105324615677
Binary110011001011110011101010100010101110100110001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC75; }

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

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

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

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

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

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

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

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