Html Css Color HEX #C07B28 Pirate Gold

📋 copy color: '#C07B28'

red 192 ◦ green 123 ◦ blue 40

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

Shades of Pirate Gold #C07B28

Tints of Pirate Gold #C07B28

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.65%

 BLUE value IS 40 (16.02% from 255) = 11.27%

R = 54.08%
G = 34.65%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C07B28 (or 0xC07B28) is known color: Pirate Gold. HEX triplet: C0, 7B and 28. RGB value is (192,123,40). Sum of RGB (Red+Green+Blue) = 192+123+40=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B28 is #3F84D7. Grayscale: #868686. Windows color (decimal): -4162776 or 2653120. OLE color: 2653120.

HSL color Cylindrical-coordinate representation of color #C07B28: hue angle of 32.76º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C07B28 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 123 40 -
CMYK 0 0.36 0.79 0.25
HSL 32.76º 0.66% 0.45% -
HSV(B) 32.76º 0.79% 0.75% -
XYZ 29.2 25.53 5.4 -
YUV 134.17 74.86 169.25 -
System Red Green Blue C M Y K H S L
Decimal 192 123 40 0 0.36 0.79 0.25 32.76 0.66 0.45
Hex C0 7B 28 0 24 4F 19 21 42 2D
Octal 300 173 50 0 44 117 31 41 102 55
Binary 11000000 1111011 101000 0 100100 1001111 11001 100001 1000010 101101

Color Harmonies of #C07B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B28

Black with #C07B28

Text Example


Text Example

White with #C07B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B28; }

 p { color: rgb(192,123,40); }

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

background-color css

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

 a { background-color: rgb(192,123,40); }

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

border-color css

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

 span { border-color: rgb(192,123,40); }

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