#CCBA8D

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

Shades of Yuma #CCBA8D

Tints of Yuma #CCBA8D

Color information

#CCBA8D (or 0xCCBA8D) is unknown color: approx Yuma. HEX triplet: CC, BA and 8D. RGB value is (204,186,141). Sum of RGB (Red+Green+Blue) = 204+186+141=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 141 (55.47% from 255 or 26.55% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA8D is #334572. Grayscale: #BABABA. Windows color (decimal): -3360115 or 9288396. OLE color: 9288396.

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

Color convert

RGB204186141-
CMYK00.090.310.2
HSL42.86º38.18%67.65%-
HSV(B)42.86º30.88%80%-
XYZ47.2749.8832.34-
YUV186.25102.46140.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 141 (55.47% from 255) = 26.55%
R=38.42%
G=35.03%
B=26.55%

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
Decimal20418614100.090.310.242.8638.1867.65
HexCCBA8D091F142b2644
Octal31427221501137245346104
Binary1100110010111010100011010100111111101001010111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA8D; }

 p { color: rgb(204,186,141); }

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

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

 a { background-color: rgb(204,186,141); }

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

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

 span { border-color: rgb(204,186,141); }

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