Html Css Color HEX #CC9B2A Buttercup

📋 copy color: '#CC9B2A'

red 204 ◦ green 155 ◦ blue 42

#CC9B2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttercup #CC9B2A

Tints of Buttercup #CC9B2A

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.8% from 255) = 10.47%

R = 50.87%
G = 38.65%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC9B2A (or 0xCC9B2A) is known color: 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

RGB 204 155 42 -
CMYK 0 0.24 0.79 0.2
HSL 41.85º 0.66% 0.48% -
HSV(B) 41.85º 0.79% 0.8% -
XYZ 37.04 36.45 7.27 -
YUV 156.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 204 155 42 0 0.24 0.79 0.2 41.85 0.66 0.48
Hex CC 9B 2A 0 18 4F 14 2A 42 30
Octal 314 233 52 0 30 117 24 52 102 60
Binary 11001100 10011011 101010 0 11000 1001111 10100 101010 1000010 110000

Color Harmonies of #CC9B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9B2A

Black with #CC9B2A

Text Example


Text Example

White with #CC9B2A

Text Example


Text Example

HTML Codes & Css Web 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>