#CCB98C

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

Shades of Yuma #CCB98C

Tints of Yuma #CCB98C

Color information

#CCB98C (or 0xCCB98C) is unknown color: approx Yuma. HEX triplet: CC, B9 and 8C. RGB value is (204,185,140). Sum of RGB (Red+Green+Blue) = 204+185+140=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB98C is #334673. Grayscale: #B9B9B9. Windows color (decimal): -3360372 or 9222604. OLE color: 9222604.

HSL color Cylindrical-coordinate representation of color #CCB98C: hue angle of 42.19º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCB98C is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB204185140-
CMYK00.090.310.2
HSL42.19º38.55%67.45%-
HSV(B)42.19º31.37%80%-
XYZ46.9849.4331.88-
YUV185.55102.29141.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.56%
GREEN value IS 185 (72.66% from 255) = 34.97%
BLUE value IS 140 (55.08% from 255) = 26.47%
R=38.56%
G=34.97%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418514000.090.310.242.1938.5567.45
HexCCB98C091F142a2743
Octal31427121401137245247103
Binary1100110010111001100011000100111111101001010101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB98C; }

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

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

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

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

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

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

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

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