Html Css Color HEX #C19741 Roti

📋 copy color: '#C19741'

red 193 ◦ green 151 ◦ blue 65

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

Shades of Roti #C19741

Tints of Roti #C19741

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.92%

 BLUE value IS 65 (25.78% from 255) = 15.89%

R = 47.19%
G = 36.92%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C19741 (or 0xC19741) is known color: Roti. HEX triplet: C1, 97 and 41. RGB value is (193,151,65). Sum of RGB (Red+Green+Blue) = 193+151+65=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C19741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19741 is #3E68BE. Grayscale: #9A9A9A. Windows color (decimal): -4090047 or 4298689. OLE color: 4298689.

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

Color convert

RGB 193 151 65 -
CMYK 0 0.22 0.66 0.24
HSL 40.31º 0.51% 0.51% -
HSV(B) 40.31º 0.66% 0.76% -
XYZ 34.01 33.85 9.74 -
YUV 153.75 77.91 155.99 -
System Red Green Blue C M Y K H S L
Decimal 193 151 65 0 0.22 0.66 0.24 40.31 0.51 0.51
Hex C1 97 41 0 16 42 18 28 33 33
Octal 301 227 101 0 26 102 30 50 63 63
Binary 11000001 10010111 1000001 0 10110 1000010 11000 101000 110011 110011

Color Harmonies of #C19741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19741

Black with #C19741

Text Example


Text Example

White with #C19741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19741; }

 p { color: rgb(193,151,65); }

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

background-color css

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

 a { background-color: rgb(193,151,65); }

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

border-color css

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

 span { border-color: rgb(193,151,65); }

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