Html Css Color HEX #C3AB02 La Rioja

📋 copy color: '#C3AB02'

red 195 ◦ green 171 ◦ blue 2

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

Shades of La Rioja #C3AB02

Tints of La Rioja #C3AB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 52.99%
G = 46.47%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C3AB02 (or 0xC3AB02) is known color: La Rioja. HEX triplet: C3, AB and 02. RGB value is (195,171,2). Sum of RGB (Red+Green+Blue) = 195+171+2=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AB02 is #3C54FD. Grayscale: #9F9F9F. Windows color (decimal): -3953918 or 175043. OLE color: 175043.

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

Color convert

RGB 195 171 2 -
CMYK 0 0.12 0.99 0.24
HSL 52.54º 0.98% 0.39% -
HSV(B) 52.54º 0.99% 0.76% -
XYZ 37.08 40.73 5.97 -
YUV 158.91 39.45 153.74 -
System Red Green Blue C M Y K H S L
Decimal 195 171 2 0 0.12 0.99 0.24 52.54 0.98 0.39
Hex C3 AB 2 0 C 63 18 35 62 27
Octal 303 253 2 0 14 143 30 65 142 47
Binary 11000011 10101011 10 0 1100 1100011 11000 110101 1100010 100111

Color Harmonies of #C3AB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB02

Black with #C3AB02

Text Example


Text Example

White with #C3AB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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