Html Css Color HEX #C2B703 La Rioja

📋 copy color: '#C2B703'

red 194 ◦ green 183 ◦ blue 3

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

Shades of La Rioja #C2B703

Tints of La Rioja #C2B703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 51.05%
G = 48.16%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C2B703 (or 0xC2B703) is known color: La Rioja. HEX triplet: C2, B7 and 03. RGB value is (194,183,3). Sum of RGB (Red+Green+Blue) = 194+183+3=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 3 (1.56% from 255 or 0.79% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B703 is #3D48FC. Grayscale: #A6A6A6. Windows color (decimal): -4016381 or 243650. OLE color: 243650.

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

Color convert

RGB 194 183 3 -
CMYK 0 0.06 0.98 0.24
HSL 56.54º 0.97% 0.39% -
HSV(B) 56.54º 0.98% 0.76% -
XYZ 39.2 45.34 6.77 -
YUV 165.77 36.14 148.14 -
System Red Green Blue C M Y K H S L
Decimal 194 183 3 0 0.06 0.98 0.24 56.54 0.97 0.39
Hex C2 B7 3 0 6 62 18 39 61 27
Octal 302 267 3 0 6 142 30 71 141 47
Binary 11000010 10110111 11 0 110 1100010 11000 111001 1100001 100111

Color Harmonies of #C2B703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B703

Black with #C2B703

Text Example


Text Example

White with #C2B703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B703; }

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

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

background-color css

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

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

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

border-color css

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

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

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