Html Css Color HEX #C3782C Pirate Gold

📋 copy color: '#C3782C'

red 195 ◦ green 120 ◦ blue 44

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

Shades of Pirate Gold #C3782C

Tints of Pirate Gold #C3782C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.43%

 BLUE value IS 44 (17.58% from 255) = 12.26%

R = 54.32%
G = 33.43%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3782C (or 0xC3782C) is known color: Pirate Gold. HEX triplet: C3, 78 and 2C. RGB value is (195,120,44). Sum of RGB (Red+Green+Blue) = 195+120+44=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C3782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3782C is #3C87D3. Grayscale: #868686. Windows color (decimal): -3966932 or 2914499. OLE color: 2914499.

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

Color convert

RGB 195 120 44 -
CMYK 0 0.38 0.77 0.24
HSL 30.2º 0.63% 0.47% -
HSV(B) 30.2º 0.77% 0.76% -
XYZ 29.68 25.22 5.69 -
YUV 133.76 77.35 171.68 -
System Red Green Blue C M Y K H S L
Decimal 195 120 44 0 0.38 0.77 0.24 30.2 0.63 0.47
Hex C3 78 2C 0 26 4D 18 1E 3F 2F
Octal 303 170 54 0 46 115 30 36 77 57
Binary 11000011 1111000 101100 0 100110 1001101 11000 11110 111111 101111

Color Harmonies of #C3782C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3782C

Black with #C3782C

Text Example


Text Example

White with #C3782C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3782C; }

 p { color: rgb(195,120,44); }

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

background-color css

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

 a { background-color: rgb(195,120,44); }

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

border-color css

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

 span { border-color: rgb(195,120,44); }

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