Html Css Color HEX #C19C47 Roti

📋 copy color: '#C19C47'

red 193 ◦ green 156 ◦ blue 71

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

Shades of Roti #C19C47

Tints of Roti #C19C47

RGB

 RED value IS 193 (75.78% from 255) = 45.95%

 GREEN value IS 156 (61.33% from 255) = 37.14%

 BLUE value IS 71 (28.13% from 255) = 16.9%

R = 45.95%
G = 37.14%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C19C47 (or 0xC19C47) is known color: Roti. HEX triplet: C1, 9C and 47. RGB value is (193,156,71). Sum of RGB (Red+Green+Blue) = 193+156+71=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19C47 is #3E63B8. Grayscale: #9D9D9D. Windows color (decimal): -4088761 or 4693185. OLE color: 4693185.

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

Color convert

RGB 193 156 71 -
CMYK 0 0.19 0.63 0.24
HSL 41.8º 0.5% 0.52% -
HSV(B) 41.8º 0.63% 0.76% -
XYZ 35.02 35.57 10.98 -
YUV 157.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 193 156 71 0 0.19 0.63 0.24 41.8 0.5 0.52
Hex C1 9C 47 0 13 3F 18 2A 32 34
Octal 301 234 107 0 23 77 30 52 62 64
Binary 11000001 10011100 1000111 0 10011 111111 11000 101010 110010 110100

Color Harmonies of #C19C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C47

Black with #C19C47

Text Example


Text Example

White with #C19C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C47; }

 p { color: rgb(193,156,71); }

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

background-color css

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

 a { background-color: rgb(193,156,71); }

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

border-color css

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

 span { border-color: rgb(193,156,71); }

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