Html Css Color HEX #C69F50 Sundance

📋 copy color: '#C69F50'

red 198 ◦ green 159 ◦ blue 80

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

Shades of Sundance #C69F50

Tints of Sundance #C69F50

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.38%

 BLUE value IS 80 (31.64% from 255) = 18.31%

R = 45.31%
G = 36.38%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C69F50 (or 0xC69F50) is known color: Sundance. HEX triplet: C6, 9F and 50. RGB value is (198,159,80). Sum of RGB (Red+Green+Blue) = 198+159+80=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69F50 is #3960AF. Grayscale: #A2A2A2. Windows color (decimal): -3760304 or 5283782. OLE color: 5283782.

HSL color Cylindrical-coordinate representation of color #C69F50: hue angle of 40.17º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C69F50 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 159 80 -
CMYK 0 0.20 0.60 0.22
HSL 40.17º 0.51% 0.55% -
HSV(B) 40.17º 0.6% 0.78% -
XYZ 37.13 37.38 12.85 -
YUV 161.66 81.92 153.92 -
System Red Green Blue C M Y K H S L
Decimal 198 159 80 0 0.20 0.60 0.22 40.17 0.51 0.55
Hex C6 9F 50 0 14 3C 16 28 33 37
Octal 306 237 120 0 24 74 26 50 63 67
Binary 11000110 10011111 1010000 0 10100 111100 10110 101000 110011 110111

Color Harmonies of #C69F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69F50

Black with #C69F50

Text Example


Text Example

White with #C69F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69F50; }

 p { color: rgb(198,159,80); }

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

background-color css

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

 a { background-color: rgb(198,159,80); }

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

border-color css

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

 span { border-color: rgb(198,159,80); }

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