Html Css Color HEX #CAC001 La Rioja

📋 copy color: '#CAC001'

red 202 ◦ green 192 ◦ blue 1

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

Shades of La Rioja #CAC001

Tints of La Rioja #CAC001

RGB

 RED value IS 202 (79.3% from 255) = 51.14%

 GREEN value IS 192 (75.39% from 255) = 48.61%

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

R = 51.14%
G = 48.61%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CAC001 (or 0xCAC001) is known color: La Rioja. HEX triplet: CA, C0 and 01. RGB value is (202,192,1). Sum of RGB (Red+Green+Blue) = 202+192+1=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CAC001 is #353FFE. Grayscale: #ADADAD. Windows color (decimal): -3489791 or 114890. OLE color: 114890.

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

Color convert

RGB 202 192 1 -
CMYK 0 0.05 1.00 0.21
HSL 57.01º 0.99% 0.4% -
HSV(B) 57.01º 1% 0.79% -
XYZ 43.21 50.26 7.45 -
YUV 173.22 30.81 148.53 -
System Red Green Blue C M Y K H S L
Decimal 202 192 1 0 0.05 1.00 0.21 57.01 0.99 0.4
Hex CA C0 1 0 5 64 15 39 63 28
Octal 312 300 1 0 5 144 25 71 143 50
Binary 11001010 11000000 1 0 101 1100100 10101 111001 1100011 101000

Color Harmonies of #CAC001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC001

Black with #CAC001

Text Example


Text Example

White with #CAC001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC001; }

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

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

background-color css

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

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

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

border-color css

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

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

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