#CAC003

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

Shades of La Rioja #CAC003

Tints of La Rioja #CAC003

Color information

#CAC003 (or 0xCAC003) is unknown color: approx La Rioja. HEX triplet: CA, C0 and 03. RGB value is (202,192,3). Sum of RGB (Red+Green+Blue) = 202+192+3=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC003 is #353FFC. Grayscale: #AEAEAE. Windows color (decimal): -3489789 or 245962. OLE color: 245962.

HSL color Cylindrical-coordinate representation of color #CAC003: hue angle of 56.98º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CAC003 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB2021923-
CMYK00.050.990.21
HSL56.98º97.07%40.2%-
HSV(B)56.98º98.51%79.22%-
XYZ43.2250.267.51-
YUV173.4431.81148.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.88%
GREEN value IS 192 (75.39% from 255) = 48.36%
BLUE value IS 3 (1.56% from 255) = 0.76%
R=50.88%
G=48.36%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202192300.050.990.2156.9897.0740.2
HexCAC03056315396128
Octal312300305143257114150
Binary11001010110000001101011100011101011110011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC003; }

 p { color: rgb(202,192,3); }

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

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

 a { background-color: rgb(202,192,3); }

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

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

 span { border-color: rgb(202,192,3); }

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