Html Css Color HEX #C3B742 Old Gold

📋 copy color: '#C3B742'

red 195 ◦ green 183 ◦ blue 66

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

Shades of Old Gold #C3B742

Tints of Old Gold #C3B742

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.22%

 BLUE value IS 66 (26.17% from 255) = 14.86%

R = 43.92%
G = 41.22%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C3B742 (or 0xC3B742) is known color: Old Gold. HEX triplet: C3, B7 and 42. RGB value is (195,183,66). Sum of RGB (Red+Green+Blue) = 195+183+66=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 66 (26.17% from 255 or 14.86% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B742 is #3C48BD. Grayscale: #ADADAD. Windows color (decimal): -3950782 or 4372419. OLE color: 4372419.

HSL color Cylindrical-coordinate representation of color #C3B742: hue angle of 54.42º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C3B742 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 183 66 -
CMYK 0 0.06 0.66 0.24
HSL 54.42º 0.52% 0.51% -
HSV(B) 54.42º 0.66% 0.76% -
XYZ 40.42 45.86 11.88 -
YUV 173.25 67.48 143.51 -
System Red Green Blue C M Y K H S L
Decimal 195 183 66 0 0.06 0.66 0.24 54.42 0.52 0.51
Hex C3 B7 42 0 6 42 18 36 34 33
Octal 303 267 102 0 6 102 30 66 64 63
Binary 11000011 10110111 1000010 0 110 1000010 11000 110110 110100 110011

Color Harmonies of #C3B742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B742

Black with #C3B742

Text Example


Text Example

White with #C3B742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B742; }

 p { color: rgb(195,183,66); }

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

background-color css

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

 a { background-color: rgb(195,183,66); }

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

border-color css

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

 span { border-color: rgb(195,183,66); }

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