Html Css Color HEX #C3BE10 La Rioja

📋 copy color: '#C3BE10'

red 195 ◦ green 190 ◦ blue 16

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

Shades of La Rioja #C3BE10

Tints of La Rioja #C3BE10

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.38%

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

R = 48.63%
G = 47.38%
B = 3.99%

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

#C3BE10 (or 0xC3BE10) is known color: La Rioja. HEX triplet: C3, BE and 10. RGB value is (195,190,16). Sum of RGB (Red+Green+Blue) = 195+190+16=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BE10 is #3C41EF. Grayscale: #ACACAC. Windows color (decimal): -3949040 or 1097411. OLE color: 1097411.

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

Color convert

RGB 195 190 16 -
CMYK 0 0.03 0.92 0.24
HSL 58.32º 0.85% 0.41% -
HSV(B) 58.32º 0.92% 0.76% -
XYZ 41.01 48.47 7.68 -
YUV 171.66 40.16 144.65 -
System Red Green Blue C M Y K H S L
Decimal 195 190 16 0 0.03 0.92 0.24 58.32 0.85 0.41
Hex C3 BE 10 0 3 5C 18 3A 55 29
Octal 303 276 20 0 3 134 30 72 125 51
Binary 11000011 10111110 10000 0 11 1011100 11000 111010 1010101 101001

Color Harmonies of #C3BE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BE10

Black with #C3BE10

Text Example


Text Example

White with #C3BE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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