Html Css Color HEX #CACB01 La Rioja

📋 copy color: '#CACB01'

red 202 ◦ green 203 ◦ blue 1

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

Shades of La Rioja #CACB01

Tints of La Rioja #CACB01

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50%

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

R = 49.75%
G = 50%
B = 0.25%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#CACB01 (or 0xCACB01) is known color: La Rioja. HEX triplet: CA, CB and 01. RGB value is (202,203,1). Sum of RGB (Red+Green+Blue) = 202+203+1=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #CACB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACB01 is #3534FE. Grayscale: #B4B4B4. Windows color (decimal): -3486975 or 117706. OLE color: 117706.

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

Color convert

RGB 202 203 1 -
CMYK 0.00 0 1.00 0.20
HSL 60.3º 0.99% 0.4% -
HSV(B) 60.3º 1% 0.8% -
XYZ 45.72 55.27 8.29 -
YUV 179.67 27.17 143.93 -
System Red Green Blue C M Y K H S L
Decimal 202 203 1 0.00 0 1.00 0.20 60.3 0.99 0.4
Hex CA CB 1 0 0 64 14 3C 63 28
Octal 312 313 1 0 0 144 24 74 143 50
Binary 11001010 11001011 1 0 0 1100100 10100 111100 1100011 101000

Color Harmonies of #CACB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACB01

Black with #CACB01

Text Example


Text Example

White with #CACB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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