Html Css Color HEX #C19840 Roti

📋 copy color: '#C19840'

red 193 ◦ green 152 ◦ blue 64

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

Shades of Roti #C19840

Tints of Roti #C19840

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.16%

 BLUE value IS 64 (25.39% from 255) = 15.65%

R = 47.19%
G = 37.16%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C19840 (or 0xC19840) is known color: Roti. HEX triplet: C1, 98 and 40. RGB value is (193,152,64). Sum of RGB (Red+Green+Blue) = 193+152+64=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C19840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19840 is #3E67BF. Grayscale: #9A9A9A. Windows color (decimal): -4089792 or 4233409. OLE color: 4233409.

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

Color convert

RGB 193 152 64 -
CMYK 0 0.21 0.67 0.24
HSL 40.93º 0.51% 0.5% -
HSV(B) 40.93º 0.67% 0.76% -
XYZ 34.15 34.16 9.65 -
YUV 154.23 77.08 155.66 -
System Red Green Blue C M Y K H S L
Decimal 193 152 64 0 0.21 0.67 0.24 40.93 0.51 0.5
Hex C1 98 40 0 15 43 18 29 33 32
Octal 301 230 100 0 25 103 30 51 63 62
Binary 11000001 10011000 1000000 0 10101 1000011 11000 101001 110011 110010

Color Harmonies of #C19840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19840

Black with #C19840

Text Example


Text Example

White with #C19840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19840; }

 p { color: rgb(193,152,64); }

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

background-color css

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

 a { background-color: rgb(193,152,64); }

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

border-color css

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

 span { border-color: rgb(193,152,64); }

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