#CCB381

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

Shades of Yuma #CCB381

Tints of Yuma #CCB381

Color information

#CCB381 (or 0xCCB381) is unknown color: approx Yuma. HEX triplet: CC, B3 and 81. RGB value is (204,179,129). Sum of RGB (Red+Green+Blue) = 204+179+129=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 129 (50.78% from 255 or 25.20% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB381 is #334C7E. Grayscale: #B5B5B5. Windows color (decimal): -3361919 or 8500172. OLE color: 8500172.

HSL color Cylindrical-coordinate representation of color #CCB381: hue angle of 40º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCB381 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB204179129-
CMYK00.120.370.2
HSL40º42.37%65.29%-
HSV(B)40º36.76%80%-
XYZ44.9846.6627.4-
YUV180.7798.78144.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 179 (70.31% from 255) = 34.96%
BLUE value IS 129 (50.78% from 255) = 25.20%
R=39.84%
G=34.96%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417912900.120.370.24042.3765.29
HexCCB3810C2514282a41
Octal31426320101445245052101
Binary11001100101100111000000101100100101101001010001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB381; }

 p { color: rgb(204,179,129); }

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

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

 a { background-color: rgb(204,179,129); }

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

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

 span { border-color: rgb(204,179,129); }

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