Html Css Color HEX #C3BE0D La Rioja

📋 copy color: '#C3BE0D'

red 195 ◦ green 190 ◦ blue 13

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

Shades of La Rioja #C3BE0D

Tints of La Rioja #C3BE0D

RGB

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

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

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

R = 48.99%
G = 47.74%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3BE0D (or 0xC3BE0D) is known color: La Rioja. HEX triplet: C3, BE and 0D. RGB value is (195,190,13). Sum of RGB (Red+Green+Blue) = 195+190+13=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BE0D is #3C41F2. Grayscale: #ACACAC. Windows color (decimal): -3949043 or 900803. OLE color: 900803.

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

Color convert

RGB 195 190 13 -
CMYK 0 0.03 0.93 0.24
HSL 58.35º 0.88% 0.41% -
HSV(B) 58.35º 0.93% 0.76% -
XYZ 40.99 48.46 7.57 -
YUV 171.32 38.66 144.89 -
System Red Green Blue C M Y K H S L
Decimal 195 190 13 0 0.03 0.93 0.24 58.35 0.88 0.41
Hex C3 BE D 0 3 5D 18 3A 58 29
Octal 303 276 15 0 3 135 30 72 130 51
Binary 11000011 10111110 1101 0 11 1011101 11000 111010 1011000 101001

Color Harmonies of #C3BE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BE0D

Black with #C3BE0D

Text Example


Text Example

White with #C3BE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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