Html Css Color HEX #C1C21D Rio Grande

📋 copy color: '#C1C21D'

red 193 ◦ green 194 ◦ blue 29

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

Shades of Rio Grande #C1C21D

Tints of Rio Grande #C1C21D

RGB

 RED value IS 193 (75.78% from 255) = 46.39%

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

 BLUE value IS 29 (11.72% from 255) = 6.97%

R = 46.39%
G = 46.63%
B = 6.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1C21D (or 0xC1C21D) is known color: Rio Grande. HEX triplet: C1, C2 and 1D. RGB value is (193,194,29). Sum of RGB (Red+Green+Blue) = 193+194+29=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 29 (11.72% from 255 or 6.97% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C21D is #3E3DE2. Grayscale: #AFAFAF. Windows color (decimal): -4079075 or 1950401. OLE color: 1950401.

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

Color convert

RGB 193 194 29 -
CMYK 0.01 0 0.85 0.24
HSL 60.36º 0.74% 0.44% -
HSV(B) 60.36º 0.85% 0.76% -
XYZ 41.51 50.01 8.63 -
YUV 174.89 45.67 140.92 -
System Red Green Blue C M Y K H S L
Decimal 193 194 29 0.01 0 0.85 0.24 60.36 0.74 0.44
Hex C1 C2 1D 1 0 55 18 3C 4A 2C
Octal 301 302 35 1 0 125 30 74 112 54
Binary 11000001 11000010 11101 1 0 1010101 11000 111100 1001010 101100

Color Harmonies of #C1C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C21D

Black with #C1C21D

Text Example


Text Example

White with #C1C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C21D; }

 p { color: rgb(193,194,29); }

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

background-color css

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

 a { background-color: rgb(193,194,29); }

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

border-color css

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

 span { border-color: rgb(193,194,29); }

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