Html Css Color HEX #C06F23 Pirate Gold

📋 copy color: '#C06F23'

red 192 ◦ green 111 ◦ blue 35

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

Shades of Pirate Gold #C06F23

Tints of Pirate Gold #C06F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.36%

R = 56.8%
G = 32.84%
B = 10.36%

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

#C06F23 (or 0xC06F23) is known color: Pirate Gold. HEX triplet: C0, 6F and 23. RGB value is (192,111,35). Sum of RGB (Red+Green+Blue) = 192+111+35=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 111 (43.75% from 255 or 32.84% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06F23 is #3F90DC. Grayscale: #7E7E7E. Windows color (decimal): -4165853 or 2322368. OLE color: 2322368.

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

Color convert

RGB 192 111 35 -
CMYK 0 0.42 0.82 0.25
HSL 29.04º 0.69% 0.45% -
HSV(B) 29.04º 0.82% 0.75% -
XYZ 27.73 22.7 4.51 -
YUV 126.56 76.34 174.68 -
System Red Green Blue C M Y K H S L
Decimal 192 111 35 0 0.42 0.82 0.25 29.04 0.69 0.45
Hex C0 6F 23 0 2A 52 19 1D 45 2D
Octal 300 157 43 0 52 122 31 35 105 55
Binary 11000000 1101111 100011 0 101010 1010010 11001 11101 1000101 101101

Color Harmonies of #C06F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F23

Black with #C06F23

Text Example


Text Example

White with #C06F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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