Html Css Color HEX #C69F48 Sundance

📋 copy color: '#C69F48'

red 198 ◦ green 159 ◦ blue 72

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

Shades of Sundance #C69F48

Tints of Sundance #C69F48

RGB

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

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

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

R = 46.15%
G = 37.06%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C69F48 (or 0xC69F48) is known color: Sundance. HEX triplet: C6, 9F and 48. RGB value is (198,159,72). Sum of RGB (Red+Green+Blue) = 198+159+72=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69F48 is #3960B7. Grayscale: #A1A1A1. Windows color (decimal): -3760312 or 4759494. OLE color: 4759494.

HSL color Cylindrical-coordinate representation of color #C69F48: hue angle of 41.43º 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 #C69F48 is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 159 72 -
CMYK 0 0.20 0.64 0.22
HSL 41.43º 0.53% 0.53% -
HSV(B) 41.43º 0.64% 0.78% -
XYZ 36.86 37.27 11.38 -
YUV 160.74 77.92 154.57 -
System Red Green Blue C M Y K H S L
Decimal 198 159 72 0 0.20 0.64 0.22 41.43 0.53 0.53
Hex C6 9F 48 0 14 40 16 29 34 35
Octal 306 237 110 0 24 100 26 51 64 65
Binary 11000110 10011111 1001000 0 10100 1000000 10110 101001 110100 110101

Color Harmonies of #C69F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69F48

Black with #C69F48

Text Example


Text Example

White with #C69F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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