Html Css Color HEX #C29E40 Roti

📋 copy color: '#C29E40'

red 194 ◦ green 158 ◦ blue 64

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

Shades of Roti #C29E40

Tints of Roti #C29E40

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.98%

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

R = 46.63%
G = 37.98%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C29E40 (or 0xC29E40) is known color: Roti. HEX triplet: C2, 9E and 40. RGB value is (194,158,64). Sum of RGB (Red+Green+Blue) = 194+158+64=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C29E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29E40 is #3D61BF. Grayscale: #9E9E9E. Windows color (decimal): -4022720 or 4234946. OLE color: 4234946.

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

Color convert

RGB 194 158 64 -
CMYK 0 0.19 0.67 0.24
HSL 43.38º 0.52% 0.51% -
HSV(B) 43.38º 0.67% 0.76% -
XYZ 35.4 36.29 9.99 -
YUV 158.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 194 158 64 0 0.19 0.67 0.24 43.38 0.52 0.51
Hex C2 9E 40 0 13 43 18 2B 34 33
Octal 302 236 100 0 23 103 30 53 64 63
Binary 11000010 10011110 1000000 0 10011 1000011 11000 101011 110100 110011

Color Harmonies of #C29E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29E40

Black with #C29E40

Text Example


Text Example

White with #C29E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29E40; }

 p { color: rgb(194,158,64); }

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

background-color css

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

 a { background-color: rgb(194,158,64); }

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

border-color css

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

 span { border-color: rgb(194,158,64); }

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