Html Css Color HEX #C3C41C Rio Grande

📋 copy color: '#C3C41C'

red 195 ◦ green 196 ◦ blue 28

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

Shades of Rio Grande #C3C41C

Tints of Rio Grande #C3C41C

RGB

 RED value IS 195 (76.56% from 255) = 46.54%

 GREEN value IS 196 (76.95% from 255) = 46.78%

 BLUE value IS 28 (11.33% from 255) = 6.68%

R = 46.54%
G = 46.78%
B = 6.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C3C41C (or 0xC3C41C) is known color: Rio Grande. HEX triplet: C3, C4 and 1C. RGB value is (195,196,28). Sum of RGB (Red+Green+Blue) = 195+196+28=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #C3C41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C41C is #3C3BE3. Grayscale: #B1B1B1. Windows color (decimal): -3947492 or 1885379. OLE color: 1885379.

HSL color Cylindrical-coordinate representation of color #C3C41C: hue angle of 60.36º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3C41C is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 195 196 28 -
CMYK 0.01 0 0.86 0.23
HSL 60.36º 0.75% 0.44% -
HSV(B) 60.36º 0.86% 0.77% -
XYZ 42.46 51.17 8.74 -
YUV 176.55 44.17 141.16 -
System Red Green Blue C M Y K H S L
Decimal 195 196 28 0.01 0 0.86 0.23 60.36 0.75 0.44
Hex C3 C4 1C 1 0 56 17 3C 4B 2C
Octal 303 304 34 1 0 126 27 74 113 54
Binary 11000011 11000100 11100 1 0 1010110 10111 111100 1001011 101100

Color Harmonies of #C3C41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C41C

Black with #C3C41C

Text Example


Text Example

White with #C3C41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C41C; }

 p { color: rgb(195,196,28); }

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

background-color css

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

 a { background-color: rgb(195,196,28); }

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

border-color css

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

 span { border-color: rgb(195,196,28); }

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