Html Css Color HEX #C4A13C Roti

📋 copy color: '#C4A13C'

red 196 ◦ green 161 ◦ blue 60

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

Shades of Roti #C4A13C

Tints of Roti #C4A13C

RGB

 RED value IS 196 (76.95% from 255) = 47%

 GREEN value IS 161 (63.28% from 255) = 38.61%

 BLUE value IS 60 (23.83% from 255) = 14.39%

R = 47%
G = 38.61%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4A13C (or 0xC4A13C) is known color: Roti. HEX triplet: C4, A1 and 3C. RGB value is (196,161,60). Sum of RGB (Red+Green+Blue) = 196+161+60=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A13C is #3B5EC3. Grayscale: #A0A0A0. Windows color (decimal): -3890884 or 3973572. OLE color: 3973572.

HSL color Cylindrical-coordinate representation of color #C4A13C: hue angle of 44.56º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4A13C is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 161 60 -
CMYK 0 0.18 0.69 0.23
HSL 44.56º 0.54% 0.5% -
HSV(B) 44.56º 0.69% 0.77% -
XYZ 36.33 37.55 9.61 -
YUV 159.95 71.6 153.71 -
System Red Green Blue C M Y K H S L
Decimal 196 161 60 0 0.18 0.69 0.23 44.56 0.54 0.5
Hex C4 A1 3C 0 12 45 17 2D 36 32
Octal 304 241 74 0 22 105 27 55 66 62
Binary 11000100 10100001 111100 0 10010 1000101 10111 101101 110110 110010

Color Harmonies of #C4A13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A13C

Black with #C4A13C

Text Example


Text Example

White with #C4A13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A13C; }

 p { color: rgb(196,161,60); }

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

background-color css

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

 a { background-color: rgb(196,161,60); }

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

border-color css

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

 span { border-color: rgb(196,161,60); }

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