Html Css Color HEX #C3BA0C La Rioja

📋 copy color: '#C3BA0C'

red 195 ◦ green 186 ◦ blue 12

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

Shades of La Rioja #C3BA0C

Tints of La Rioja #C3BA0C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.33%

 BLUE value IS 12 (5.08% from 255) = 3.05%

R = 49.62%
G = 47.33%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3BA0C (or 0xC3BA0C) is known color: La Rioja. HEX triplet: C3, BA and 0C. RGB value is (195,186,12). Sum of RGB (Red+Green+Blue) = 195+186+12=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BA0C is #3C45F3. Grayscale: #A9A9A9. Windows color (decimal): -3950068 or 834243. OLE color: 834243.

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

Color convert

RGB 195 186 12 -
CMYK 0 0.05 0.94 0.24
HSL 57.05º 0.88% 0.41% -
HSV(B) 57.05º 0.94% 0.76% -
XYZ 40.13 46.75 7.26 -
YUV 168.86 39.48 146.65 -
System Red Green Blue C M Y K H S L
Decimal 195 186 12 0 0.05 0.94 0.24 57.05 0.88 0.41
Hex C3 BA C 0 5 5E 18 39 58 29
Octal 303 272 14 0 5 136 30 71 130 51
Binary 11000011 10111010 1100 0 101 1011110 11000 111001 1011000 101001

Color Harmonies of #C3BA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA0C

Black with #C3BA0C

Text Example


Text Example

White with #C3BA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA0C; }

 p { color: rgb(195,186,12); }

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

background-color css

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

 a { background-color: rgb(195,186,12); }

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

border-color css

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

 span { border-color: rgb(195,186,12); }

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