Html Css Color HEX #CF9127 Buttercup

📋 copy color: '#CF9127'

red 207 ◦ green 145 ◦ blue 39

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

Shades of Buttercup #CF9127

Tints of Buttercup #CF9127

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.08%

 BLUE value IS 39 (15.63% from 255) = 9.97%

R = 52.94%
G = 37.08%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CF9127 (or 0xCF9127) is known color: Buttercup. HEX triplet: CF, 91 and 27. RGB value is (207,145,39). Sum of RGB (Red+Green+Blue) = 207+145+39=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9127 is #306ED8. Grayscale: #979797. Windows color (decimal): -3174105 or 2593231. OLE color: 2593231.

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

Color convert

RGB 207 145 39 -
CMYK 0 0.30 0.81 0.19
HSL 37.86º 0.68% 0.48% -
HSV(B) 37.86º 0.81% 0.81% -
XYZ 36.22 33.66 6.51 -
YUV 151.45 64.54 167.62 -
System Red Green Blue C M Y K H S L
Decimal 207 145 39 0 0.30 0.81 0.19 37.86 0.68 0.48
Hex CF 91 27 0 1E 51 13 26 44 30
Octal 317 221 47 0 36 121 23 46 104 60
Binary 11001111 10010001 100111 0 11110 1010001 10011 100110 1000100 110000

Color Harmonies of #CF9127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9127

Black with #CF9127

Text Example


Text Example

White with #CF9127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9127; }

 p { color: rgb(207,145,39); }

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

background-color css

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

 a { background-color: rgb(207,145,39); }

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

border-color css

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

 span { border-color: rgb(207,145,39); }

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