Html Css Color HEX #C7AB01 La Rioja

📋 copy color: '#C7AB01'

red 199 ◦ green 171 ◦ blue 1

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

Shades of La Rioja #C7AB01

Tints of La Rioja #C7AB01

RGB

 RED value IS 199 (78.13% from 255) = 53.64%

 GREEN value IS 171 (67.19% from 255) = 46.09%

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

R = 53.64%
G = 46.09%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C7AB01 (or 0xC7AB01) is known color: La Rioja. HEX triplet: C7, AB and 01. RGB value is (199,171,1). Sum of RGB (Red+Green+Blue) = 199+171+1=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AB01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AB01 is #3854FE. Grayscale: #A0A0A0. Windows color (decimal): -3691775 or 109511. OLE color: 109511.

HSL color Cylindrical-coordinate representation of color #C7AB01: hue angle of 51.52º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C7AB01 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 171 1 -
CMYK 0 0.14 0.99 0.22
HSL 51.52º 0.99% 0.39% -
HSV(B) 51.52º 0.99% 0.78% -
XYZ 38.12 41.27 5.99 -
YUV 159.99 38.28 155.82 -
System Red Green Blue C M Y K H S L
Decimal 199 171 1 0 0.14 0.99 0.22 51.52 0.99 0.39
Hex C7 AB 1 0 E 63 16 34 63 27
Octal 307 253 1 0 16 143 26 64 143 47
Binary 11000111 10101011 1 0 1110 1100011 10110 110100 1100011 100111

Color Harmonies of #C7AB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AB01

Black with #C7AB01

Text Example


Text Example

White with #C7AB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AB01; }

 p { color: rgb(199,171,1); }

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

background-color css

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

 a { background-color: rgb(199,171,1); }

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

border-color css

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

 span { border-color: rgb(199,171,1); }

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