#CCB47A

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

Shades of Yuma #CCB47A

Tints of Yuma #CCB47A

Color information

#CCB47A (or 0xCCB47A) is unknown color: approx Yuma. HEX triplet: CC, B4 and 7A. RGB value is (204,180,122). Sum of RGB (Red+Green+Blue) = 204+180+122=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB47A is #334B85. Grayscale: #B4B4B4. Windows color (decimal): -3361670 or 8041676. OLE color: 8041676.

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

Color convert

RGB204180122-
CMYK00.120.400.2
HSL42.44º44.57%63.92%-
HSV(B)42.44º40.2%80%-
XYZ44.7446.8925.1-
YUV180.5694.95144.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 122 (48.05% from 255) = 24.11%
R=40.32%
G=35.57%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418012200.120.400.242.4444.5763.92
HexCCB47A0C28142a2d40
Octal31426417201450245255100
Binary1100110010110100111101001100101000101001010101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB47A; }

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

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

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

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

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

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

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

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