Html Css Color HEX #C3B701 La Rioja

📋 copy color: '#C3B701'

red 195 ◦ green 183 ◦ blue 1

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

Shades of La Rioja #C3B701

Tints of La Rioja #C3B701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 51.45%
G = 48.28%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C3B701 (or 0xC3B701) is known color: La Rioja. HEX triplet: C3, B7 and 01. RGB value is (195,183,1). Sum of RGB (Red+Green+Blue) = 195+183+1=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3B701 is #3C48FE. Grayscale: #A6A6A6. Windows color (decimal): -3950847 or 112579. OLE color: 112579.

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

Color convert

RGB 195 183 1 -
CMYK 0 0.06 0.99 0.24
HSL 56.29º 0.99% 0.38% -
HSV(B) 56.29º 0.99% 0.76% -
XYZ 39.44 45.47 6.73 -
YUV 165.84 34.98 148.8 -
System Red Green Blue C M Y K H S L
Decimal 195 183 1 0 0.06 0.99 0.24 56.29 0.99 0.38
Hex C3 B7 1 0 6 63 18 38 63 26
Octal 303 267 1 0 6 143 30 70 143 46
Binary 11000011 10110111 1 0 110 1100011 11000 111000 1100011 100110

Color Harmonies of #C3B701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B701

Black with #C3B701

Text Example


Text Example

White with #C3B701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B701; }

 p { color: rgb(195,183,1); }

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

background-color css

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

 a { background-color: rgb(195,183,1); }

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

border-color css

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

 span { border-color: rgb(195,183,1); }

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