Html Css Color HEX #C79F3C Roti

📋 copy color: '#C79F3C'

red 199 ◦ green 159 ◦ blue 60

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

Shades of Roti #C79F3C

Tints of Roti #C79F3C

RGB

 RED value IS 199 (78.13% from 255) = 47.61%

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

 BLUE value IS 60 (23.83% from 255) = 14.35%

R = 47.61%
G = 38.04%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C79F3C (or 0xC79F3C) is known color: Roti. HEX triplet: C7, 9F and 3C. RGB value is (199,159,60). Sum of RGB (Red+Green+Blue) = 199+159+60=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C79F3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79F3C is #3860C3. Grayscale: #A0A0A0. Windows color (decimal): -3694788 or 3973063. OLE color: 3973063.

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

Color convert

RGB 199 159 60 -
CMYK 0 0.20 0.70 0.22
HSL 42.73º 0.55% 0.51% -
HSV(B) 42.73º 0.7% 0.78% -
XYZ 36.77 37.26 9.53 -
YUV 159.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 199 159 60 0 0.20 0.70 0.22 42.73 0.55 0.51
Hex C7 9F 3C 0 14 46 16 2B 37 33
Octal 307 237 74 0 24 106 26 53 67 63
Binary 11000111 10011111 111100 0 10100 1000110 10110 101011 110111 110011

Color Harmonies of #C79F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C79F3C

Black with #C79F3C

Text Example


Text Example

White with #C79F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C79F3C; }

 p { color: rgb(199,159,60); }

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

background-color css

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

 a { background-color: rgb(199,159,60); }

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

border-color css

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

 span { border-color: rgb(199,159,60); }

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