Html Css Color HEX #C3C215 La Rioja

📋 copy color: '#C3C215'

red 195 ◦ green 194 ◦ blue 21

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

Shades of La Rioja #C3C215

Tints of La Rioja #C3C215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.12%

R = 47.56%
G = 47.32%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C3C215 (or 0xC3C215) is known color: La Rioja. HEX triplet: C3, C2 and 15. RGB value is (195,194,21). Sum of RGB (Red+Green+Blue) = 195+194+21=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C215 is #3C3DEA. Grayscale: #AFAFAF. Windows color (decimal): -3948011 or 1426115. OLE color: 1426115.

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

Color convert

RGB 195 194 21 -
CMYK 0 0.01 0.89 0.24
HSL 59.66º 0.81% 0.42% -
HSV(B) 59.66º 0.89% 0.76% -
XYZ 41.93 50.24 8.2 -
YUV 174.58 41.33 142.57 -
System Red Green Blue C M Y K H S L
Decimal 195 194 21 0 0.01 0.89 0.24 59.66 0.81 0.42
Hex C3 C2 15 0 1 59 18 3C 51 2A
Octal 303 302 25 0 1 131 30 74 121 52
Binary 11000011 11000010 10101 0 1 1011001 11000 111100 1010001 101010

Color Harmonies of #C3C215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C215

Black with #C3C215

Text Example


Text Example

White with #C3C215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C215; }

 p { color: rgb(195,194,21); }

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

background-color css

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

 a { background-color: rgb(195,194,21); }

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

border-color css

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

 span { border-color: rgb(195,194,21); }

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