Html Css Color HEX #CF9525 Buttercup

📋 copy color: '#CF9525'

red 207 ◦ green 149 ◦ blue 37

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

Shades of Buttercup #CF9525

Tints of Buttercup #CF9525

RGB

 RED value IS 207 (81.25% from 255) = 52.67%

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

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

R = 52.67%
G = 37.91%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF9525 (or 0xCF9525) is known color: Buttercup. HEX triplet: CF, 95 and 25. RGB value is (207,149,37). Sum of RGB (Red+Green+Blue) = 207+149+37=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9525 is #306ADA. Grayscale: #9A9A9A. Windows color (decimal): -3173083 or 2463183. OLE color: 2463183.

HSL color Cylindrical-coordinate representation of color #CF9525: hue angle of 39.53º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF9525 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 149 37 -
CMYK 0 0.28 0.82 0.19
HSL 39.53º 0.7% 0.48% -
HSV(B) 39.53º 0.82% 0.81% -
XYZ 36.81 34.89 6.55 -
YUV 153.57 62.22 166.11 -
System Red Green Blue C M Y K H S L
Decimal 207 149 37 0 0.28 0.82 0.19 39.53 0.7 0.48
Hex CF 95 25 0 1C 52 13 28 46 30
Octal 317 225 45 0 34 122 23 50 106 60
Binary 11001111 10010101 100101 0 11100 1010010 10011 101000 1000110 110000

Color Harmonies of #CF9525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9525

Black with #CF9525

Text Example


Text Example

White with #CF9525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9525; }

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

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

background-color css

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

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

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

border-color css

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

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

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