Html Css Color HEX #C3762B Pirate Gold

📋 copy color: '#C3762B'

red 195 ◦ green 118 ◦ blue 43

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

Shades of Pirate Gold #C3762B

Tints of Pirate Gold #C3762B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.08%

R = 54.78%
G = 33.15%
B = 12.08%

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

#C3762B (or 0xC3762B) is known color: Pirate Gold. HEX triplet: C3, 76 and 2B. RGB value is (195,118,43). Sum of RGB (Red+Green+Blue) = 195+118+43=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3762B is #3C89D4. Grayscale: #848484. Windows color (decimal): -3967445 or 2848451. OLE color: 2848451.

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

Color convert

RGB 195 118 43 -
CMYK 0 0.39 0.78 0.24
HSL 29.61º 0.64% 0.47% -
HSV(B) 29.61º 0.78% 0.76% -
XYZ 29.42 24.73 5.51 -
YUV 132.47 77.51 172.6 -
System Red Green Blue C M Y K H S L
Decimal 195 118 43 0 0.39 0.78 0.24 29.61 0.64 0.47
Hex C3 76 2B 0 27 4E 18 1E 40 2F
Octal 303 166 53 0 47 116 30 36 100 57
Binary 11000011 1110110 101011 0 100111 1001110 11000 11110 1000000 101111

Color Harmonies of #C3762B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3762B

Black with #C3762B

Text Example


Text Example

White with #C3762B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3762B; }

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

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

background-color css

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

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

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

border-color css

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

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

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