Html Css Color HEX #CF9C25 Galliano

📋 copy color: '#CF9C25'

red 207 ◦ green 156 ◦ blue 37

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

Shades of Galliano #CF9C25

Tints of Galliano #CF9C25

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39%

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

R = 51.75%
G = 39%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CF9C25 (or 0xCF9C25) is known color: Galliano. HEX triplet: CF, 9C and 25. RGB value is (207,156,37). Sum of RGB (Red+Green+Blue) = 207+156+37=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C25 is #3063DA. Grayscale: #9E9E9E. Windows color (decimal): -3171291 or 2464975. OLE color: 2464975.

HSL color Cylindrical-coordinate representation of color #CF9C25: hue angle of 42º 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 #CF9C25 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 156 37 -
CMYK 0 0.25 0.82 0.19
HSL 42º 0.7% 0.48% -
HSV(B) 42º 0.82% 0.81% -
XYZ 37.95 37.18 6.93 -
YUV 157.68 59.9 163.18 -
System Red Green Blue C M Y K H S L
Decimal 207 156 37 0 0.25 0.82 0.19 42 0.7 0.48
Hex CF 9C 25 0 19 52 13 2A 46 30
Octal 317 234 45 0 31 122 23 52 106 60
Binary 11001111 10011100 100101 0 11001 1010010 10011 101010 1000110 110000

Color Harmonies of #CF9C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9C25

Black with #CF9C25

Text Example


Text Example

White with #CF9C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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