Html Css Color HEX #C06F24 Pirate Gold

📋 copy color: '#C06F24'

red 192 ◦ green 111 ◦ blue 36

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

Shades of Pirate Gold #C06F24

Tints of Pirate Gold #C06F24

RGB

 RED value IS 192 (75.39% from 255) = 56.64%

 GREEN value IS 111 (43.75% from 255) = 32.74%

 BLUE value IS 36 (14.45% from 255) = 10.62%

R = 56.64%
G = 32.74%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C06F24 (or 0xC06F24) is known color: Pirate Gold. HEX triplet: C0, 6F and 24. RGB value is (192,111,36). Sum of RGB (Red+Green+Blue) = 192+111+36=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 36 (14.45% from 255 or 10.62% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06F24 is #3F90DB. Grayscale: #7F7F7F. Windows color (decimal): -4165852 or 2387904. OLE color: 2387904.

HSL color Cylindrical-coordinate representation of color #C06F24: hue angle of 28.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C06F24 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 111 36 -
CMYK 0 0.42 0.81 0.25
HSL 28.85º 0.68% 0.45% -
HSV(B) 28.85º 0.81% 0.75% -
XYZ 27.74 22.7 4.59 -
YUV 126.67 76.84 174.6 -
System Red Green Blue C M Y K H S L
Decimal 192 111 36 0 0.42 0.81 0.25 28.85 0.68 0.45
Hex C0 6F 24 0 2A 51 19 1D 44 2D
Octal 300 157 44 0 52 121 31 35 104 55
Binary 11000000 1101111 100100 0 101010 1010001 11001 11101 1000100 101101

Color Harmonies of #C06F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F24

Black with #C06F24

Text Example


Text Example

White with #C06F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F24; }

 p { color: rgb(192,111,36); }

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

background-color css

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

 a { background-color: rgb(192,111,36); }

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

border-color css

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

 span { border-color: rgb(192,111,36); }

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