Html Css Color HEX #C3BD10 La Rioja

📋 copy color: '#C3BD10'

red 195 ◦ green 189 ◦ blue 16

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

Shades of La Rioja #C3BD10

Tints of La Rioja #C3BD10

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.25%

 BLUE value IS 16 (6.64% from 255) = 4%

R = 48.75%
G = 47.25%
B = 4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3BD10 (or 0xC3BD10) is known color: La Rioja. HEX triplet: C3, BD and 10. RGB value is (195,189,16). Sum of RGB (Red+Green+Blue) = 195+189+16=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BD10 is #3C42EF. Grayscale: #ABABAB. Windows color (decimal): -3949296 or 1097155. OLE color: 1097155.

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

Color convert

RGB 195 189 16 -
CMYK 0 0.03 0.92 0.24
HSL 57.99º 0.85% 0.41% -
HSV(B) 57.99º 0.92% 0.76% -
XYZ 40.8 48.03 7.61 -
YUV 171.07 40.49 145.07 -
System Red Green Blue C M Y K H S L
Decimal 195 189 16 0 0.03 0.92 0.24 57.99 0.85 0.41
Hex C3 BD 10 0 3 5C 18 3A 55 29
Octal 303 275 20 0 3 134 30 72 125 51
Binary 11000011 10111101 10000 0 11 1011100 11000 111010 1010101 101001

Color Harmonies of #C3BD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BD10

Black with #C3BD10

Text Example


Text Example

White with #C3BD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BD10; }

 p { color: rgb(195,189,16); }

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

background-color css

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

 a { background-color: rgb(195,189,16); }

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

border-color css

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

 span { border-color: rgb(195,189,16); }

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