Html Css Color HEX #C39D3F Roti

📋 copy color: '#C39D3F'

red 195 ◦ green 157 ◦ blue 63

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

Shades of Roti #C39D3F

Tints of Roti #C39D3F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.83%

 BLUE value IS 63 (25% from 255) = 15.18%

R = 46.99%
G = 37.83%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C39D3F (or 0xC39D3F) is known color: Roti. HEX triplet: C3, 9D and 3F. RGB value is (195,157,63). Sum of RGB (Red+Green+Blue) = 195+157+63=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39D3F is #3C62C0. Grayscale: #9E9E9E. Windows color (decimal): -3957441 or 4169155. OLE color: 4169155.

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

Color convert

RGB 195 157 63 -
CMYK 0 0.19 0.68 0.24
HSL 42.73º 0.52% 0.51% -
HSV(B) 42.73º 0.68% 0.76% -
XYZ 35.46 36.07 9.8 -
YUV 157.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 195 157 63 0 0.19 0.68 0.24 42.73 0.52 0.51
Hex C3 9D 3F 0 13 44 18 2B 34 33
Octal 303 235 77 0 23 104 30 53 64 63
Binary 11000011 10011101 111111 0 10011 1000100 11000 101011 110100 110011

Color Harmonies of #C39D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39D3F

Black with #C39D3F

Text Example


Text Example

White with #C39D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39D3F; }

 p { color: rgb(195,157,63); }

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

background-color css

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

 a { background-color: rgb(195,157,63); }

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

border-color css

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

 span { border-color: rgb(195,157,63); }

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