Html Css Color HEX #C39D3A Roti

📋 copy color: '#C39D3A'

red 195 ◦ green 157 ◦ blue 58

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

Shades of Roti #C39D3A

Tints of Roti #C39D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.15%

R = 47.56%
G = 38.29%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C39D3A (or 0xC39D3A) is known color: Roti. HEX triplet: C3, 9D and 3A. RGB value is (195,157,58). Sum of RGB (Red+Green+Blue) = 195+157+58=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39D3A is #3C62C5. Grayscale: #9D9D9D. Windows color (decimal): -3957446 or 3841475. OLE color: 3841475.

HSL color Cylindrical-coordinate representation of color #C39D3A: hue angle of 43.36º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C39D3A is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 157 58 -
CMYK 0 0.19 0.70 0.24
HSL 43.36º 0.54% 0.5% -
HSV(B) 43.36º 0.7% 0.76% -
XYZ 35.33 36.02 9.09 -
YUV 157.08 72.09 155.05 -
System Red Green Blue C M Y K H S L
Decimal 195 157 58 0 0.19 0.70 0.24 43.36 0.54 0.5
Hex C3 9D 3A 0 13 46 18 2B 36 32
Octal 303 235 72 0 23 106 30 53 66 62
Binary 11000011 10011101 111010 0 10011 1000110 11000 101011 110110 110010

Color Harmonies of #C39D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39D3A

Black with #C39D3A

Text Example


Text Example

White with #C39D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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