Html Css Color HEX #C1C223 Rio Grande

📋 copy color: '#C1C223'

red 193 ◦ green 194 ◦ blue 35

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

Shades of Rio Grande #C1C223

Tints of Rio Grande #C1C223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.29%

R = 45.73%
G = 45.97%
B = 8.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C1C223 (or 0xC1C223) is known color: Rio Grande. HEX triplet: C1, C2 and 23. RGB value is (193,194,35). Sum of RGB (Red+Green+Blue) = 193+194+35=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 35 (14.06% from 255 or 8.29% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C223 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C223 is #3E3DDC. Grayscale: #B0B0B0. Windows color (decimal): -4079069 or 2343617. OLE color: 2343617.

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

Color convert

RGB 193 194 35 -
CMYK 0.01 0 0.82 0.24
HSL 60.38º 0.69% 0.45% -
HSV(B) 60.38º 0.82% 0.76% -
XYZ 41.59 50.04 9.06 -
YUV 175.58 48.67 140.43 -
System Red Green Blue C M Y K H S L
Decimal 193 194 35 0.01 0 0.82 0.24 60.38 0.69 0.45
Hex C1 C2 23 1 0 52 18 3C 45 2D
Octal 301 302 43 1 0 122 30 74 105 55
Binary 11000001 11000010 100011 1 0 1010010 11000 111100 1000101 101101

Color Harmonies of #C1C223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C223

Black with #C1C223

Text Example


Text Example

White with #C1C223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C223; }

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

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

background-color css

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

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

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

border-color css

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

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

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