#CC9B2A

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

Shades of Buttercup #CC9B2A

Tints of Buttercup #CC9B2A

Color information

#CC9B2A (or 0xCC9B2A) is unknown color: approx Buttercup. HEX triplet: CC, 9B and 2A. RGB value is (204,155,42). Sum of RGB (Red+Green+Blue) = 204+155+42=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9B2A is #3364D5. Grayscale: #9D9D9D. Windows color (decimal): -3368150 or 2792396. OLE color: 2792396.

HSL color Cylindrical-coordinate representation of color #CC9B2A: hue angle of 41.85º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC9B2A is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB20415542-
CMYK00.240.790.2
HSL41.85º65.85%48.24%-
HSV(B)41.85º79.41%80%-
XYZ37.0436.457.27-
YUV156.7763.23161.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.87%
GREEN value IS 155 (60.94% from 255) = 38.65%
BLUE value IS 42 (16.80% from 255) = 10.47%
R=50.87%
G=38.65%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041554200.240.790.241.8565.8548.24
HexCC9B2A0184F142a4230
Octal31423352030117245210260
Binary11001100100110111010100110001001111101001010101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9B2A; }

 p { color: rgb(204,155,42); }

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

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

 a { background-color: rgb(204,155,42); }

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

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

 span { border-color: rgb(204,155,42); }

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