Html Css Color HEX #C6B348 Sundance

📋 copy color: '#C6B348'

red 198 ◦ green 179 ◦ blue 72

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

Shades of Sundance #C6B348

Tints of Sundance #C6B348

RGB

 RED value IS 198 (77.73% from 255) = 44.1%

 GREEN value IS 179 (70.31% from 255) = 39.87%

 BLUE value IS 72 (28.52% from 255) = 16.04%

R = 44.1%
G = 39.87%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C6B348 (or 0xC6B348) is known color: Sundance. HEX triplet: C6, B3 and 48. RGB value is (198,179,72). Sum of RGB (Red+Green+Blue) = 198+179+72=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B348 is #394CB7. Grayscale: #ACACAC. Windows color (decimal): -3755192 or 4764614. OLE color: 4764614.

HSL color Cylindrical-coordinate representation of color #C6B348: hue angle of 50.95º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6B348 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 179 72 -
CMYK 0 0.10 0.64 0.22
HSL 50.95º 0.53% 0.53% -
HSV(B) 50.95º 0.64% 0.78% -
XYZ 40.58 44.71 12.62 -
YUV 172.48 71.29 146.2 -
System Red Green Blue C M Y K H S L
Decimal 198 179 72 0 0.10 0.64 0.22 50.95 0.53 0.53
Hex C6 B3 48 0 A 40 16 33 34 35
Octal 306 263 110 0 12 100 26 63 64 65
Binary 11000110 10110011 1001000 0 1010 1000000 10110 110011 110100 110101

Color Harmonies of #C6B348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B348

Black with #C6B348

Text Example


Text Example

White with #C6B348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B348; }

 p { color: rgb(198,179,72); }

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

background-color css

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

 a { background-color: rgb(198,179,72); }

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

border-color css

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

 span { border-color: rgb(198,179,72); }

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