#CCB877

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

Shades of Yuma #CCB877

Tints of Yuma #CCB877

Color information

#CCB877 (or 0xCCB877) is unknown color: approx Yuma. HEX triplet: CC, B8 and 77. RGB value is (204,184,119). Sum of RGB (Red+Green+Blue) = 204+184+119=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB877 is #334788. Grayscale: #B6B6B6. Windows color (decimal): -3360649 or 7846092. OLE color: 7846092.

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

Color convert

RGB204184119-
CMYK00.100.420.2
HSL45.88º45.45%63.33%-
HSV(B)45.88º41.67%80%-
XYZ45.3748.4524.41-
YUV182.5792.13143.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 184 (72.27% from 255) = 36.29%
BLUE value IS 119 (46.88% from 255) = 23.47%
R=40.24%
G=36.29%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418411900.100.420.245.8845.4563.33
HexCCB8770A2A142e2d3f
Octal3142701670125224565577
Binary110011001011100011101110101010101010100101110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB877; }

 p { color: rgb(204,184,119); }

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

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

 a { background-color: rgb(204,184,119); }

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

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

 span { border-color: rgb(204,184,119); }

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