#C3AB05

Color #C3AB05 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C3AB05

Tints of La Rioja #C3AB05

Color information

#C3AB05 (or 0xC3AB05) is unknown color: approx La Rioja. HEX triplet: C3, AB and 05. RGB value is (195,171,5). Sum of RGB (Red+Green+Blue) = 195+171+5=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AB05 is #3C54FA. Grayscale: #9F9F9F. Windows color (decimal): -3953915 or 371651. OLE color: 371651.

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

Color convert

RGB1951715-
CMYK00.120.970.24
HSL52.42º95%39.22%-
HSV(B)52.42º97.44%76.47%-
XYZ37.140.746.05-
YUV159.2540.95153.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.56%
GREEN value IS 171 (67.19% from 255) = 46.09%
BLUE value IS 5 (2.34% from 255) = 1.35%
R=52.56%
G=46.09%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195171500.120.970.2452.429539.22
HexC3AB50C6118345f27
Octal3032535014141306413747
Binary1100001110101011101011001100001110001101001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AB05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AB05; }

 p { color: rgb(195,171,5); }

 H1.HeaderClassName
 {
   color: #C3AB05;
 }
 .AnyTagClassName
 {
   color: #C3AB05;
 }
</style>
background-color css

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

 a { background-color: rgb(195,171,5); }

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

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

 span { border-color: rgb(195,171,5); }

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