Html Css Color HEX #C2B712 La Rioja

📋 copy color: '#C2B712'

red 194 ◦ green 183 ◦ blue 18

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

Shades of La Rioja #C2B712

Tints of La Rioja #C2B712

RGB

 RED value IS 194 (76.17% from 255) = 49.11%

 GREEN value IS 183 (71.88% from 255) = 46.33%

 BLUE value IS 18 (7.42% from 255) = 4.56%

R = 49.11%
G = 46.33%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C2B712 (or 0xC2B712) is known color: La Rioja. HEX triplet: C2, B7 and 12. RGB value is (194,183,18). Sum of RGB (Red+Green+Blue) = 194+183+18=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B712 is #3D48ED. Grayscale: #A8A8A8. Windows color (decimal): -4016366 or 1226690. OLE color: 1226690.

HSL color Cylindrical-coordinate representation of color #C2B712: hue angle of 56.25º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2B712 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 18 -
CMYK 0 0.06 0.91 0.24
HSL 56.25º 0.83% 0.42% -
HSV(B) 56.25º 0.91% 0.76% -
XYZ 39.29 45.38 7.26 -
YUV 167.48 43.64 146.92 -
System Red Green Blue C M Y K H S L
Decimal 194 183 18 0 0.06 0.91 0.24 56.25 0.83 0.42
Hex C2 B7 12 0 6 5B 18 38 53 2A
Octal 302 267 22 0 6 133 30 70 123 52
Binary 11000010 10110111 10010 0 110 1011011 11000 111000 1010011 101010

Color Harmonies of #C2B712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B712

Black with #C2B712

Text Example


Text Example

White with #C2B712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B712; }

 p { color: rgb(194,183,18); }

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

background-color css

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

 a { background-color: rgb(194,183,18); }

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

border-color css

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

 span { border-color: rgb(194,183,18); }

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