#CCB87B

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

Shades of Yuma #CCB87B

Tints of Yuma #CCB87B

Color information

#CCB87B (or 0xCCB87B) is unknown color: approx Yuma. HEX triplet: CC, B8 and 7B. RGB value is (204,184,123). Sum of RGB (Red+Green+Blue) = 204+184+123=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB87B is #334784. Grayscale: #B7B7B7. Windows color (decimal): -3360645 or 8108236. OLE color: 8108236.

HSL color Cylindrical-coordinate representation of color #CCB87B: hue angle of 45.19º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCB87B is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204184123-
CMYK00.100.400.2
HSL45.19º44.26%64.12%-
HSV(B)45.19º39.71%80%-
XYZ45.6248.5525.71-
YUV183.0394.13142.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 184 (72.27% from 255) = 36.01%
BLUE value IS 123 (48.44% from 255) = 24.07%
R=39.92%
G=36.01%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418412300.100.400.245.1944.2664.12
HexCCB87B0A28142d2c40
Octal31427017301250245554100
Binary1100110010111000111101101010101000101001011011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB87B; }

 p { color: rgb(204,184,123); }

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

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

 a { background-color: rgb(204,184,123); }

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

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

 span { border-color: rgb(204,184,123); }

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