Html Css Color HEX #CABA01 La Rioja

📋 copy color: '#CABA01'

red 202 ◦ green 186 ◦ blue 1

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

Shades of La Rioja #CABA01

Tints of La Rioja #CABA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.81%

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

R = 51.93%
G = 47.81%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#CABA01 (or 0xCABA01) is known color: La Rioja. HEX triplet: CA, BA and 01. RGB value is (202,186,1). Sum of RGB (Red+Green+Blue) = 202+186+1=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CABA01 is #3545FE. Grayscale: #AAAAAA. Windows color (decimal): -3491327 or 113354. OLE color: 113354.

HSL color Cylindrical-coordinate representation of color #CABA01: hue angle of 55.22º 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 #CABA01 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 186 1 -
CMYK 0 0.08 1.00 0.21
HSL 55.22º 0.99% 0.4% -
HSV(B) 55.22º 1% 0.79% -
XYZ 41.92 47.68 7.02 -
YUV 169.69 32.8 151.04 -
System Red Green Blue C M Y K H S L
Decimal 202 186 1 0 0.08 1.00 0.21 55.22 0.99 0.4
Hex CA BA 1 0 8 64 15 37 63 28
Octal 312 272 1 0 10 144 25 67 143 50
Binary 11001010 10111010 1 0 1000 1100100 10101 110111 1100011 101000

Color Harmonies of #CABA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABA01

Black with #CABA01

Text Example


Text Example

White with #CABA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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