Html Css Color HEX #C06F22 Pirate Gold

📋 copy color: '#C06F22'

red 192 ◦ green 111 ◦ blue 34

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

Shades of Pirate Gold #C06F22

Tints of Pirate Gold #C06F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.09%

R = 56.97%
G = 32.94%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C06F22 (or 0xC06F22) is known color: Pirate Gold. HEX triplet: C0, 6F and 22. RGB value is (192,111,34). Sum of RGB (Red+Green+Blue) = 192+111+34=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06F22 is #3F90DD. Grayscale: #7E7E7E. Windows color (decimal): -4165854 or 2256832. OLE color: 2256832.

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

Color convert

RGB 192 111 34 -
CMYK 0 0.42 0.82 0.25
HSL 29.24º 0.7% 0.44% -
HSV(B) 29.24º 0.82% 0.75% -
XYZ 27.71 22.69 4.43 -
YUV 126.44 75.84 174.76 -
System Red Green Blue C M Y K H S L
Decimal 192 111 34 0 0.42 0.82 0.25 29.24 0.7 0.44
Hex C0 6F 22 0 2A 52 19 1D 46 2C
Octal 300 157 42 0 52 122 31 35 106 54
Binary 11000000 1101111 100010 0 101010 1010010 11001 11101 1000110 101100

Color Harmonies of #C06F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F22

Black with #C06F22

Text Example


Text Example

White with #C06F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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