Html Css Color HEX #C3AC02 La Rioja

📋 copy color: '#C3AC02'

red 195 ◦ green 172 ◦ blue 2

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

Shades of La Rioja #C3AC02

Tints of La Rioja #C3AC02

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.61%

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

R = 52.85%
G = 46.61%
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

#C3AC02 (or 0xC3AC02) is known color: La Rioja. HEX triplet: C3, AC and 02. RGB value is (195,172,2). Sum of RGB (Red+Green+Blue) = 195+172+2=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AC02 is #3C53FD. Grayscale: #A0A0A0. Windows color (decimal): -3953662 or 175299. OLE color: 175299.

HSL color Cylindrical-coordinate representation of color #C3AC02: hue angle of 52.85º 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 #C3AC02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 172 2 -
CMYK 0 0.12 0.99 0.24
HSL 52.85º 0.98% 0.39% -
HSV(B) 52.85º 0.99% 0.76% -
XYZ 37.27 41.11 6.03 -
YUV 159.5 39.12 153.32 -
System Red Green Blue C M Y K H S L
Decimal 195 172 2 0 0.12 0.99 0.24 52.85 0.98 0.39
Hex C3 AC 2 0 C 63 18 35 62 27
Octal 303 254 2 0 14 143 30 65 142 47
Binary 11000011 10101100 10 0 1100 1100011 11000 110101 1100010 100111

Color Harmonies of #C3AC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC02

Black with #C3AC02

Text Example


Text Example

White with #C3AC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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