Html Css Color HEX #C0993F Roti

📋 copy color: '#C0993F'

red 192 ◦ green 153 ◦ blue 63

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

Shades of Roti #C0993F

Tints of Roti #C0993F

RGB

 RED value IS 192 (75.39% from 255) = 47.06%

 GREEN value IS 153 (60.16% from 255) = 37.5%

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

R = 47.06%
G = 37.5%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C0993F (or 0xC0993F) is known color: Roti. HEX triplet: C0, 99 and 3F. RGB value is (192,153,63). Sum of RGB (Red+Green+Blue) = 192+153+63=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 63 (25% from 255 or 15.44% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C0993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0993F is #3F66C0. Grayscale: #9A9A9A. Windows color (decimal): -4155073 or 4168128. OLE color: 4168128.

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

Color convert

RGB 192 153 63 -
CMYK 0 0.20 0.67 0.25
HSL 41.86º 0.51% 0.5% -
HSV(B) 41.86º 0.67% 0.75% -
XYZ 34.03 34.35 9.54 -
YUV 154.4 76.42 154.82 -
System Red Green Blue C M Y K H S L
Decimal 192 153 63 0 0.20 0.67 0.25 41.86 0.51 0.5
Hex C0 99 3F 0 14 43 19 2A 33 32
Octal 300 231 77 0 24 103 31 52 63 62
Binary 11000000 10011001 111111 0 10100 1000011 11001 101010 110011 110010

Color Harmonies of #C0993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0993F

Black with #C0993F

Text Example


Text Example

White with #C0993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0993F; }

 p { color: rgb(192,153,63); }

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

background-color css

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

 a { background-color: rgb(192,153,63); }

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

border-color css

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

 span { border-color: rgb(192,153,63); }

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