#CCB57A

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

Shades of Yuma #CCB57A

Tints of Yuma #CCB57A

Color information

#CCB57A (or 0xCCB57A) is unknown color: approx Yuma. HEX triplet: CC, B5 and 7A. RGB value is (204,181,122). Sum of RGB (Red+Green+Blue) = 204+181+122=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB57A is #334A85. Grayscale: #B5B5B5. Windows color (decimal): -3361414 or 8041932. OLE color: 8041932.

HSL color Cylindrical-coordinate representation of color #CCB57A: hue angle of 43.17º degrees, saturation: 0.45, 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 #CCB57A is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204181122-
CMYK00.110.400.2
HSL43.17º44.57%63.92%-
HSV(B)43.17º40.2%80%-
XYZ44.9447.2925.17-
YUV181.1594.62144.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 181 (71.09% from 255) = 35.70%
BLUE value IS 122 (48.05% from 255) = 24.06%
R=40.24%
G=35.70%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418112200.110.400.243.1744.5763.92
HexCCB57A0B28142b2d40
Octal31426517201350245355100
Binary1100110010110101111101001011101000101001010111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB57A; }

 p { color: rgb(204,181,122); }

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

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

 a { background-color: rgb(204,181,122); }

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

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

 span { border-color: rgb(204,181,122); }

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