Html Css Color HEX #C4762A Pirate Gold

📋 copy color: '#C4762A'

red 196 ◦ green 118 ◦ blue 42

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

Shades of Pirate Gold #C4762A

Tints of Pirate Gold #C4762A

RGB

 RED value IS 196 (76.95% from 255) = 55.06%

 GREEN value IS 118 (46.48% from 255) = 33.15%

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 55.06%
G = 33.15%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4762A (or 0xC4762A) is known color: Pirate Gold. HEX triplet: C4, 76 and 2A. RGB value is (196,118,42). Sum of RGB (Red+Green+Blue) = 196+118+42=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4762A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4762A is #3B89D5. Grayscale: #858585. Windows color (decimal): -3901910 or 2782916. OLE color: 2782916.

HSL color Cylindrical-coordinate representation of color #C4762A: hue angle of 29.61º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4762A is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 118 42 -
CMYK 0 0.40 0.79 0.23
HSL 29.61º 0.65% 0.47% -
HSV(B) 29.61º 0.79% 0.77% -
XYZ 29.66 24.86 5.43 -
YUV 132.66 76.84 173.18 -
System Red Green Blue C M Y K H S L
Decimal 196 118 42 0 0.40 0.79 0.23 29.61 0.65 0.47
Hex C4 76 2A 0 28 4F 17 1E 41 2F
Octal 304 166 52 0 50 117 27 36 101 57
Binary 11000100 1110110 101010 0 101000 1001111 10111 11110 1000001 101111

Color Harmonies of #C4762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4762A

Black with #C4762A

Text Example


Text Example

White with #C4762A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4762A; }

 p { color: rgb(196,118,42); }

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

background-color css

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

 a { background-color: rgb(196,118,42); }

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

border-color css

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

 span { border-color: rgb(196,118,42); }

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