Html Css Color HEX #C1C023 Rio Grande

📋 copy color: '#C1C023'

red 193 ◦ green 192 ◦ blue 35

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

Shades of Rio Grande #C1C023

Tints of Rio Grande #C1C023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.71%

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

R = 45.95%
G = 45.71%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C1C023 (or 0xC1C023) is known color: Rio Grande. HEX triplet: C1, C0 and 23. RGB value is (193,192,35). Sum of RGB (Red+Green+Blue) = 193+192+35=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C023 is #3E3FDC. Grayscale: #AFAFAF. Windows color (decimal): -4079581 or 2343105. OLE color: 2343105.

HSL color Cylindrical-coordinate representation of color #C1C023: hue angle of 59.62º 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 #C1C023 is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 192 35 -
CMYK 0 0.01 0.82 0.24
HSL 59.62º 0.69% 0.45% -
HSV(B) 59.62º 0.82% 0.76% -
XYZ 41.15 49.16 8.91 -
YUV 174.4 49.33 141.27 -
System Red Green Blue C M Y K H S L
Decimal 193 192 35 0 0.01 0.82 0.24 59.62 0.69 0.45
Hex C1 C0 23 0 1 52 18 3C 45 2D
Octal 301 300 43 0 1 122 30 74 105 55
Binary 11000001 11000000 100011 0 1 1010010 11000 111100 1000101 101101

Color Harmonies of #C1C023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C023

Black with #C1C023

Text Example


Text Example

White with #C1C023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C023; }

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

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

background-color css

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

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

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

border-color css

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

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

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