Html Css Color HEX #CC9525 Buttercup

📋 copy color: '#CC9525'

red 204 ◦ green 149 ◦ blue 37

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

Shades of Buttercup #CC9525

Tints of Buttercup #CC9525

RGB

 RED value IS 204 (80.08% from 255) = 52.31%

 GREEN value IS 149 (58.59% from 255) = 38.21%

 BLUE value IS 37 (14.84% from 255) = 9.49%

R = 52.31%
G = 38.21%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC9525 (or 0xCC9525) is known color: Buttercup. HEX triplet: CC, 95 and 25. RGB value is (204,149,37). Sum of RGB (Red+Green+Blue) = 204+149+37=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 37 (14.84% from 255 or 9.49% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9525 is #336ADA. Grayscale: #999999. Windows color (decimal): -3369691 or 2463180. OLE color: 2463180.

HSL color Cylindrical-coordinate representation of color #CC9525: hue angle of 40.24º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC9525 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 149 37 -
CMYK 0 0.27 0.82 0.2
HSL 40.24º 0.69% 0.47% -
HSV(B) 40.24º 0.82% 0.8% -
XYZ 35.98 34.47 6.51 -
YUV 152.68 62.72 164.61 -
System Red Green Blue C M Y K H S L
Decimal 204 149 37 0 0.27 0.82 0.2 40.24 0.69 0.47
Hex CC 95 25 0 1B 52 14 28 45 2F
Octal 314 225 45 0 33 122 24 50 105 57
Binary 11001100 10010101 100101 0 11011 1010010 10100 101000 1000101 101111

Color Harmonies of #CC9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9525

Black with #CC9525

Text Example


Text Example

White with #CC9525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9525; }

 p { color: rgb(204,149,37); }

 H1.HeaderClassName
 {
   color: #CC9525;
 }
 .AnyTagClassName
 {
   color: #CC9525;
 }
</style>

background-color css

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

 a { background-color: rgb(204,149,37); }

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

border-color css

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

 span { border-color: rgb(204,149,37); }

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