#CCBA8A

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

Shades of Yuma #CCBA8A

Tints of Yuma #CCBA8A

Color information

#CCBA8A (or 0xCCBA8A) is unknown color: approx Yuma. HEX triplet: CC, BA and 8A. RGB value is (204,186,138). Sum of RGB (Red+Green+Blue) = 204+186+138=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA8A is #334575. Grayscale: #BABABA. Windows color (decimal): -3360118 or 9091788. OLE color: 9091788.

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

Color convert

RGB204186138-
CMYK00.090.320.2
HSL43.64º39.29%67.06%-
HSV(B)43.64º32.35%80%-
XYZ47.0549.7931.18-
YUV185.91100.96140.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 138 (54.30% from 255) = 26.14%
R=38.64%
G=35.23%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418613800.090.320.243.6439.2967.06
HexCCBA8A0920142c2743
Octal31427221201140245447103
Binary11001100101110101000101001001100000101001011001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA8A; }

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

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

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

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

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

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

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

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