Html Css Color HEX #C2993F Roti

📋 copy color: '#C2993F'

red 194 ◦ green 153 ◦ blue 63

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

Shades of Roti #C2993F

Tints of Roti #C2993F

RGB

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

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

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

R = 47.32%
G = 37.32%
B = 15.37%

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

#C2993F (or 0xC2993F) is known color: Roti. HEX triplet: C2, 99 and 3F. RGB value is (194,153,63). Sum of RGB (Red+Green+Blue) = 194+153+63=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C2993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2993F is #3D66C0. Grayscale: #9B9B9B. Windows color (decimal): -4024001 or 4168130. OLE color: 4168130.

HSL color Cylindrical-coordinate representation of color #C2993F: hue angle of 41.22º 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 #C2993F is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 153 63 -
CMYK 0 0.21 0.68 0.24
HSL 41.22º 0.52% 0.5% -
HSV(B) 41.22º 0.68% 0.76% -
XYZ 34.54 34.61 9.56 -
YUV 155 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 194 153 63 0 0.21 0.68 0.24 41.22 0.52 0.5
Hex C2 99 3F 0 15 44 18 29 34 32
Octal 302 231 77 0 25 104 30 51 64 62
Binary 11000010 10011001 111111 0 10101 1000100 11000 101001 110100 110010

Color Harmonies of #C2993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2993F

Black with #C2993F

Text Example


Text Example

White with #C2993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2993F; }

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

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

background-color css

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

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

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

border-color css

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

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

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