Html Css Color HEX #C2993E Roti

📋 copy color: '#C2993E'

red 194 ◦ green 153 ◦ blue 62

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

Shades of Roti #C2993E

Tints of Roti #C2993E

RGB

 RED value IS 194 (76.17% from 255) = 47.43%

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

 BLUE value IS 62 (24.61% from 255) = 15.16%

R = 47.43%
G = 37.41%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C2993E (or 0xC2993E) is known color: Roti. HEX triplet: C2, 99 and 3E. RGB value is (194,153,62). Sum of RGB (Red+Green+Blue) = 194+153+62=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 62 (24.61% from 255 or 15.16% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2993E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2993E is #3D66C1. Grayscale: #9B9B9B. Windows color (decimal): -4024002 or 4102594. OLE color: 4102594.

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

Color convert

RGB 194 153 62 -
CMYK 0 0.21 0.68 0.24
HSL 41.36º 0.52% 0.5% -
HSV(B) 41.36º 0.68% 0.76% -
XYZ 34.51 34.6 9.42 -
YUV 154.89 75.58 155.9 -
System Red Green Blue C M Y K H S L
Decimal 194 153 62 0 0.21 0.68 0.24 41.36 0.52 0.5
Hex C2 99 3E 0 15 44 18 29 34 32
Octal 302 231 76 0 25 104 30 51 64 62
Binary 11000010 10011001 111110 0 10101 1000100 11000 101001 110100 110010

Color Harmonies of #C2993E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2993E

Black with #C2993E

Text Example


Text Example

White with #C2993E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2993E; }

 p { color: rgb(194,153,62); }

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

background-color css

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

 a { background-color: rgb(194,153,62); }

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

border-color css

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

 span { border-color: rgb(194,153,62); }

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