Html Css Color HEX #C3B50D La Rioja

📋 copy color: '#C3B50D'

red 195 ◦ green 181 ◦ blue 13

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

Shades of La Rioja #C3B50D

Tints of La Rioja #C3B50D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.53%

 BLUE value IS 13 (5.47% from 255) = 3.34%

R = 50.13%
G = 46.53%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3B50D (or 0xC3B50D) is known color: La Rioja. HEX triplet: C3, B5 and 0D. RGB value is (195,181,13). Sum of RGB (Red+Green+Blue) = 195+181+13=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B50D is #3C4AF2. Grayscale: #A6A6A6. Windows color (decimal): -3951347 or 898499. OLE color: 898499.

HSL color Cylindrical-coordinate representation of color #C3B50D: hue angle of 55.38º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3B50D is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 181 13 -
CMYK 0 0.07 0.93 0.24
HSL 55.38º 0.88% 0.41% -
HSV(B) 55.38º 0.93% 0.76% -
XYZ 39.1 44.68 6.94 -
YUV 166.03 41.64 148.66 -
System Red Green Blue C M Y K H S L
Decimal 195 181 13 0 0.07 0.93 0.24 55.38 0.88 0.41
Hex C3 B5 D 0 7 5D 18 37 58 29
Octal 303 265 15 0 7 135 30 67 130 51
Binary 11000011 10110101 1101 0 111 1011101 11000 110111 1011000 101001

Color Harmonies of #C3B50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B50D

Black with #C3B50D

Text Example


Text Example

White with #C3B50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B50D; }

 p { color: rgb(195,181,13); }

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

background-color css

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

 a { background-color: rgb(195,181,13); }

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

border-color css

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

 span { border-color: rgb(195,181,13); }

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