Html Css Color HEX #C29F38 Roti

📋 copy color: '#C29F38'

red 194 ◦ green 159 ◦ blue 56

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

Shades of Roti #C29F38

Tints of Roti #C29F38

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.88%

 BLUE value IS 56 (22.27% from 255) = 13.69%

R = 47.43%
G = 38.88%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C29F38 (or 0xC29F38) is known color: Roti. HEX triplet: C2, 9F and 38. RGB value is (194,159,56). Sum of RGB (Red+Green+Blue) = 194+159+56=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C29F38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29F38 is #3D60C7. Grayscale: #9E9E9E. Windows color (decimal): -4022472 or 3710914. OLE color: 3710914.

HSL color Cylindrical-coordinate representation of color #C29F38: hue angle of 44.78º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C29F38 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 159 56 -
CMYK 0 0.18 0.71 0.24
HSL 44.78º 0.55% 0.49% -
HSV(B) 44.78º 0.71% 0.76% -
XYZ 35.36 36.55 8.93 -
YUV 157.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 194 159 56 0 0.18 0.71 0.24 44.78 0.55 0.49
Hex C2 9F 38 0 12 47 18 2D 37 31
Octal 302 237 70 0 22 107 30 55 67 61
Binary 11000010 10011111 111000 0 10010 1000111 11000 101101 110111 110001

Color Harmonies of #C29F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29F38

Black with #C29F38

Text Example


Text Example

White with #C29F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29F38; }

 p { color: rgb(194,159,56); }

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

background-color css

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

 a { background-color: rgb(194,159,56); }

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

border-color css

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

 span { border-color: rgb(194,159,56); }

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