Html Css Color HEX #C3762A Pirate Gold

📋 copy color: '#C3762A'

red 195 ◦ green 118 ◦ blue 42

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

Shades of Pirate Gold #C3762A

Tints of Pirate Gold #C3762A

RGB

 RED value IS 195 (76.56% from 255) = 54.93%

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

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

R = 54.93%
G = 33.24%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C3762A (or 0xC3762A) is known color: Pirate Gold. HEX triplet: C3, 76 and 2A. RGB value is (195,118,42). Sum of RGB (Red+Green+Blue) = 195+118+42=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3762A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3762A is #3C89D5. Grayscale: #848484. Windows color (decimal): -3967446 or 2782915. OLE color: 2782915.

HSL color Cylindrical-coordinate representation of color #C3762A: hue angle of 29.8º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3762A is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 118 42 -
CMYK 0 0.39 0.78 0.24
HSL 29.8º 0.65% 0.46% -
HSV(B) 29.8º 0.78% 0.76% -
XYZ 29.4 24.73 5.41 -
YUV 132.36 77.01 172.68 -
System Red Green Blue C M Y K H S L
Decimal 195 118 42 0 0.39 0.78 0.24 29.8 0.65 0.46
Hex C3 76 2A 0 27 4E 18 1E 41 2E
Octal 303 166 52 0 47 116 30 36 101 56
Binary 11000011 1110110 101010 0 100111 1001110 11000 11110 1000001 101110

Color Harmonies of #C3762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3762A

Black with #C3762A

Text Example


Text Example

White with #C3762A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3762A; }

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

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

background-color css

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

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

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

border-color css

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

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

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