Html Css Color HEX #C07F1D Pirate Gold

📋 copy color: '#C07F1D'

red 192 ◦ green 127 ◦ blue 29

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

Shades of Pirate Gold #C07F1D

Tints of Pirate Gold #C07F1D

RGB

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

 GREEN value IS 127 (50% from 255) = 36.49%

 BLUE value IS 29 (11.72% from 255) = 8.33%

R = 55.17%
G = 36.49%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C07F1D (or 0xC07F1D) is known color: Pirate Gold. HEX triplet: C0, 7F and 1D. RGB value is (192,127,29). Sum of RGB (Red+Green+Blue) = 192+127+29=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07F1D is #3F80E2. Grayscale: #878787. Windows color (decimal): -4161763 or 1933248. OLE color: 1933248.

HSL color Cylindrical-coordinate representation of color #C07F1D: hue angle of 36.07º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C07F1D is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 127 29 -
CMYK 0 0.34 0.85 0.25
HSL 36.07º 0.74% 0.43% -
HSV(B) 36.07º 0.85% 0.75% -
XYZ 29.55 26.47 4.71 -
YUV 135.26 68.03 168.47 -
System Red Green Blue C M Y K H S L
Decimal 192 127 29 0 0.34 0.85 0.25 36.07 0.74 0.43
Hex C0 7F 1D 0 22 55 19 24 4A 2B
Octal 300 177 35 0 42 125 31 44 112 53
Binary 11000000 1111111 11101 0 100010 1010101 11001 100100 1001010 101011

Color Harmonies of #C07F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F1D

Black with #C07F1D

Text Example


Text Example

White with #C07F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F1D; }

 p { color: rgb(192,127,29); }

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

background-color css

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

 a { background-color: rgb(192,127,29); }

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

border-color css

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

 span { border-color: rgb(192,127,29); }

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